summaryrefslogtreecommitdiff
path: root/src/gl_draw.cxx
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2018-06-26 14:23:51 +0000
committerManolo Gouy <Manolo>2018-06-26 14:23:51 +0000
commit3199e3331b4c779a9ed77966a51c5182f0dbda7d (patch)
treeb770feb56349d076f74818a8c61b0edcd68874b4 /src/gl_draw.cxx
parent7046e99f96810a1be310b1dd1b1b6d4c336ed814 (diff)
Move Fl_Gl_Window_Driver.H from FL/ to src/
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12977 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/gl_draw.cxx')
-rw-r--r--src/gl_draw.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gl_draw.cxx b/src/gl_draw.cxx
index 38bb4f603..a77c9fa4b 100644
--- a/src/gl_draw.cxx
+++ b/src/gl_draw.cxx
@@ -39,7 +39,7 @@
#include <FL/gl.h>
#include <FL/gl_draw.H>
#include <FL/fl_draw.H>
-#include <FL/Fl_Gl_Window_Driver.H>
+#include "Fl_Gl_Window_Driver.H"
#include <FL/Fl_Image_Surface.H>
#include <FL/glu.h> // for gluUnProject()
#include <FL/glut.H> // for glutStrokeString() and glutStrokeLength()