summaryrefslogtreecommitdiff
path: root/src/Fl_Gl_Choice.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/Fl_Gl_Choice.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/Fl_Gl_Choice.cxx')
-rw-r--r--src/Fl_Gl_Choice.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Gl_Choice.cxx b/src/Fl_Gl_Choice.cxx
index a20924b17..014635e14 100644
--- a/src/Fl_Gl_Choice.cxx
+++ b/src/Fl_Gl_Choice.cxx
@@ -23,7 +23,7 @@
# include <stdlib.h>
# include "Fl_Gl_Choice.H"
# include <FL/Fl_Gl_Window.H>
-# include <FL/Fl_Gl_Window_Driver.H>
+# include "Fl_Gl_Window_Driver.H"
# include <FL/gl_draw.H>
# include "flstring.h"
# include <FL/fl_utf8.h>