summaryrefslogtreecommitdiff
path: root/src/Fl.cxx
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2010-12-15 09:55:52 +0000
committerManolo Gouy <Manolo>2010-12-15 09:55:52 +0000
commit999c43abb3a5573f7c03737e7211c2fcaf44ba96 (patch)
tree574e84b3e8adaf4df6ad6868edfdd15f974db4dd /src/Fl.cxx
parent37d1838d075fcd649138bfaae70f0a932c500e95 (diff)
Removed possible compilation warnings
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8031 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl.cxx')
-rw-r--r--src/Fl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl.cxx b/src/Fl.cxx
index 090cac7a1..42d3fff03 100644
--- a/src/Fl.cxx
+++ b/src/Fl.cxx
@@ -30,7 +30,7 @@
// mostly to get around the single active context in QD and
// to implement clipping. This should be changed into pure
// Quartz calls in the near future.
-#include "config.h"
+#include <config.h>
#include <FL/Fl.H>
#include <FL/Fl_Window.H>
#include <FL/Fl_Tooltip.H>