Author: manolo
Date: 2010-12-15 01:55:52 -0800 (Wed, 15 Dec 2010)
New Revision: 8031
Log:
Removed possible compilation warnings

Modified:
   branches/branch-1.3/src/Fl.cxx
   branches/branch-1.3/src/Fl_Window.cxx

Modified: branches/branch-1.3/src/Fl.cxx
===================================================================
--- branches/branch-1.3/src/Fl.cxx      2010-12-15 09:21:14 UTC (rev 8030)
+++ branches/branch-1.3/src/Fl.cxx      2010-12-15 09:55:52 UTC (rev 8031)
@@ -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>

Modified: branches/branch-1.3/src/Fl_Window.cxx
===================================================================
--- branches/branch-1.3/src/Fl_Window.cxx       2010-12-15 09:21:14 UTC (rev 
8030)
+++ branches/branch-1.3/src/Fl_Window.cxx       2010-12-15 09:55:52 UTC (rev 
8031)
@@ -29,7 +29,7 @@
 // This is the system-independent portions.  The huge amount of 
 // crap you need to do to communicate with X is in Fl_x.cxx, the
 // equivalent (but totally different) crap for MSWindows is in Fl_win32.cxx
-#include "config.h"
+#include <config.h>
 #include <FL/Fl.H>
 #include <FL/x.H>
 #include <FL/Fl_Window.H>

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to