summaryrefslogtreecommitdiff
path: root/src/drivers/Xlib/Fl_Xlib_Graphics_Driver_vertex.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/Xlib/Fl_Xlib_Graphics_Driver_vertex.cxx')
-rw-r--r--src/drivers/Xlib/Fl_Xlib_Graphics_Driver_vertex.cxx14
1 files changed, 5 insertions, 9 deletions
diff --git a/src/drivers/Xlib/Fl_Xlib_Graphics_Driver_vertex.cxx b/src/drivers/Xlib/Fl_Xlib_Graphics_Driver_vertex.cxx
index 209e688dd..99f1da627 100644
--- a/src/drivers/Xlib/Fl_Xlib_Graphics_Driver_vertex.cxx
+++ b/src/drivers/Xlib/Fl_Xlib_Graphics_Driver_vertex.cxx
@@ -16,15 +16,13 @@
// http://www.fltk.org/str.php
//
-#ifndef FL_CFG_GFX_XLIB_VERTEX_CXX
-#define FL_CFG_GFX_XLIB_VERTEX_CXX
-
/**
- \file Fl_Xlib_Graphics_Driver_vertex.cxx
- \brief Portable drawing code for drawing arbitrary shapes with
- simple 2D transformations, implemented for X11 Xlib.
- */
+ \file Fl_Xlib_Graphics_Driver_vertex.cxx
+ \brief Portable drawing code for drawing arbitrary shapes with
+ simple 2D transformations, implemented for X11 Xlib.
+*/
+#include <config.h>
#include "Fl_Xlib_Graphics_Driver.H"
#include <FL/fl_draw.H>
@@ -109,8 +107,6 @@ void Fl_Xlib_Graphics_Driver::circle(double x, double y,double r) {
(fl_display, fl_window, gc_, llx, lly, w, h, 0, 360*64);
}
-#endif // FL_CFG_GFX_XLIB_VERTEX_CXX
-
//
// End of "$Id$".
//