mirror of https://github.com/fltk/fltk
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:
parent
63f2a30a65
commit
e1e119e1df
|
@ -30,7 +30,6 @@
|
|||
|
||||
// OSX-SPECIFIC NATIVE BROWSER
|
||||
#include <Carbon/Carbon.h>
|
||||
#include <config.h>
|
||||
|
||||
#undef check // necessary for use of Fl::check()
|
||||
|
||||
|
|
1
FL/mac.H
1
FL/mac.H
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue