summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2017-01-10 10:23:19 +0000
committerManolo Gouy <Manolo>2017-01-10 10:23:19 +0000
commit28f1bdd408075623894b6ae9398c6d67b8a579f8 (patch)
tree76cfefb314e8e617ac7121b6b3f2f0c6f8b835fe
parentd589dcd127b9c0ce932786f046843cf78718d0b8 (diff)
Remove useless #include directives
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12160 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--src/gl_draw.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gl_draw.cxx b/src/gl_draw.cxx
index 8df9718e4..38ec4bf98 100644
--- a/src/gl_draw.cxx
+++ b/src/gl_draw.cxx
@@ -383,8 +383,6 @@ static int has_texture_rectangle = 0; // true means GL_EXT_texture_rectangle is
#include <FL/glu.h> // for gluUnProject() and gluCheckExtension()
#include <FL/glut.H> // for glutStrokeString() and glutStrokeLength()
-#include <src/drivers/Quartz/Fl_Quartz_Graphics_Driver.H>
-#include <src/drivers/Cocoa/Fl_Cocoa_Window_Driver.H>
// manages a fifo pile of pre-computed string textures
class gl_texture_fifo {