Applied sjb's patch to fix STR #2429.

Removed #include <config.h> from public include files.



git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7715 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Greg Ercolano 2010-10-11 18:10:32 +00:00
parent 63f2a30a65
commit e1e119e1df
3 changed files with 1 additions and 2 deletions

View File

@ -30,7 +30,6 @@
// OSX-SPECIFIC NATIVE BROWSER
#include <Carbon/Carbon.h>
#include <config.h>
#undef check // necessary for use of Fl::check()

View File

@ -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

View File

@ -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"