summaryrefslogtreecommitdiff
path: root/src/glut_compatibility.cxx
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2018-06-26 14:04:09 +0000
committerManolo Gouy <Manolo>2018-06-26 14:04:09 +0000
commit26cb08badb80b30dca0ee8e1bc25a48a524c87b4 (patch)
tree51db1db3e5175a50934d822e3e308ee49a93510e /src/glut_compatibility.cxx
parent7ebe8e21b0c8d4c229d192c0be66e49c7b78ed00 (diff)
Move Fl_Screen_Driver.H from FL/ to src/
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12975 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/glut_compatibility.cxx')
-rw-r--r--src/glut_compatibility.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glut_compatibility.cxx b/src/glut_compatibility.cxx
index 8cb268a7d..38312f5d5 100644
--- a/src/glut_compatibility.cxx
+++ b/src/glut_compatibility.cxx
@@ -29,7 +29,7 @@
#include "flstring.h"
#if HAVE_GL
# include <FL/Fl_Gl_Window_Driver.H>
-# include <FL/Fl_Screen_Driver.H>
+# include "Fl_Screen_Driver.H"
# include <FL/glut.H>
# define MAXWINDOWS 32