summaryrefslogtreecommitdiff
path: root/src/drivers/X11
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-03-13 09:44:37 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-03-13 09:44:37 +0100
commit2500899b09d422776d0cb1760b5438d30959128a (patch)
tree64de080a889fb528fe06d21a5f1b15a65478fbaf /src/drivers/X11
parentb549cfaaea11ce5e881e2151a838c91a031ad9ba (diff)
Remove unnecessary #include directives
Diffstat (limited to 'src/drivers/X11')
-rw-r--r--src/drivers/X11/Fl_X11_Gl_Window_Driver.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/X11/Fl_X11_Gl_Window_Driver.H b/src/drivers/X11/Fl_X11_Gl_Window_Driver.H
index a7694d1a9..a12387772 100644
--- a/src/drivers/X11/Fl_X11_Gl_Window_Driver.H
+++ b/src/drivers/X11/Fl_X11_Gl_Window_Driver.H
@@ -20,9 +20,9 @@
#include <config.h>
#if HAVE_GL
#include <FL/platform.H>
-#include "../../Fl_Gl_Choice.H"
#include "../../Fl_Gl_Window_Driver.H"
+class Fl_Gl_Choice;
class Fl_X11_Gl_Window_Driver : public Fl_Gl_Window_Driver {
friend class Fl_Gl_Window_Driver;