diff options
author | Marius Kintel <marius@kintel.net> | 2011-09-30 23:36:30 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-09-30 23:36:30 (GMT) |
commit | 84e98b178ad60b22ae6a3b60ea3f6296b1f71989 (patch) | |
tree | 6fba1e961976c3e8fc16e5b6c44afd64d4b2ae14 /src/dxftess-glu.cc | |
parent | 0c2053caf9c7e521c31bbf603e8a1980d2eee3b2 (diff) |
Cleaned up some unnecessary includes
Diffstat (limited to 'src/dxftess-glu.cc')
-rw-r--r-- | src/dxftess-glu.cc | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/dxftess-glu.cc b/src/dxftess-glu.cc index 23d8a45..4ad2051 100644 --- a/src/dxftess-glu.cc +++ b/src/dxftess-glu.cc @@ -4,13 +4,11 @@ #include "grid.h" #include <stdio.h> -#ifdef ENABLE_OPENCSG -// this must be included before the GL headers -# include <GL/glew.h> -#endif -#include <qgl.h> +#include "system-gl.h" #include "mathc99.h" +#include <QVector> + #ifdef WIN32 # define STDCALL __stdcall #else |