summaryrefslogtreecommitdiff
path: root/src/fl_vertex.cxx
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-03-27 17:37:07 +0000
committerManolo Gouy <Manolo>2016-03-27 17:37:07 +0000
commitc456dd4eb7a2325bf75b5185c2645b2552d99516 (patch)
treea5120eeaac6ff93c50f2f05cb87ef7d2195f06a1 /src/fl_vertex.cxx
parent2fd4dde9f5d682898b7fc387bb364fff2febf8fb (diff)
Remove a bunch of unnecessary #include <config.h> directives
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11443 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/fl_vertex.cxx')
-rw-r--r--src/fl_vertex.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/fl_vertex.cxx b/src/fl_vertex.cxx
index 1a425895c..e108d2163 100644
--- a/src/fl_vertex.cxx
+++ b/src/fl_vertex.cxx
@@ -32,9 +32,7 @@
// all driver code is now in drivers/XXX/Fl_XXX_Graphics_Driver_xyz.cxx
// -----------------------------------------------------------------------------
-#include <config.h>
-#include "config_lib.h"
-#include <FL/fl_draw.H>
+#include <FL/Fl_Graphics_Driver.H>
#include <FL/Fl.H>
#include <FL/math.h>
#include <stdlib.h>