Author: greg.ercolano Date: 2010-10-11 11:10:32 -0700 (Mon, 11 Oct 2010) New Revision: 7715 Log: Applied sjb's patch to fix STR #2429. Removed #include <config.h> from public include files.
Modified: branches/branch-1.3/FL/Fl_Native_File_Chooser_MAC.H branches/branch-1.3/FL/mac.H branches/branch-1.3/src/Fl_Gl_Device_Plugin.cxx Modified: branches/branch-1.3/FL/Fl_Native_File_Chooser_MAC.H =================================================================== --- branches/branch-1.3/FL/Fl_Native_File_Chooser_MAC.H 2010-10-11 18:02:00 UTC (rev 7714) +++ branches/branch-1.3/FL/Fl_Native_File_Chooser_MAC.H 2010-10-11 18:10:32 UTC (rev 7715) @@ -30,7 +30,6 @@ // OSX-SPECIFIC NATIVE BROWSER #include <Carbon/Carbon.h> -#include <config.h> #undef check // necessary for use of Fl::check() Modified: branches/branch-1.3/FL/mac.H =================================================================== --- branches/branch-1.3/FL/mac.H 2010-10-11 18:02:00 UTC (rev 7714) +++ branches/branch-1.3/FL/mac.H 2010-10-11 18:10:32 UTC (rev 7715) @@ -36,7 +36,6 @@ // Standard MacOS Carbon API includes... #include <Carbon/Carbon.h> -#include <config.h> #ifndef MAC_OS_X_VERSION_10_3 #define MAC_OS_X_VERSION_10_3 1030 Modified: branches/branch-1.3/src/Fl_Gl_Device_Plugin.cxx =================================================================== --- branches/branch-1.3/src/Fl_Gl_Device_Plugin.cxx 2010-10-11 18:02:00 UTC (rev 7714) +++ branches/branch-1.3/src/Fl_Gl_Device_Plugin.cxx 2010-10-11 18:10:32 UTC (rev 7715) @@ -25,6 +25,7 @@ // http://www.fltk.org/str.php // +#include <config.h> #include <FL/Fl_Printer.H> #include <FL/Fl_Gl_Window.H> #include "Fl_Gl_Choice.H" _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
