summaryrefslogtreecommitdiff
path: root/FL/fl_draw.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/fl_draw.H')
-rw-r--r--FL/fl_draw.H7
1 files changed, 4 insertions, 3 deletions
diff --git a/FL/fl_draw.H b/FL/fl_draw.H
index ab605c925..71fe6196f 100644
--- a/FL/fl_draw.H
+++ b/FL/fl_draw.H
@@ -33,9 +33,10 @@
#ifndef fl_draw_H
#define fl_draw_H
-#include "Enumerations.H" // for the color names
-#include "Fl_Window.H" // for fl_set_spot()
-#include "Fl_Device.H"
+#include <FL/x.H> // for Fl_Region
+#include <FL/Enumerations.H> // for the color names
+#include <FL/Fl_Window.H> // for fl_set_spot()
+#include <FL/Fl_Device.H> // for fl_graphics_driver
// Image class...
class Fl_Image;