summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FL/Fl_Native_File_Chooser_MAC.H1
-rw-r--r--FL/mac.H1
-rw-r--r--src/Fl_Gl_Device_Plugin.cxx1
3 files changed, 1 insertions, 2 deletions
diff --git a/FL/Fl_Native_File_Chooser_MAC.H b/FL/Fl_Native_File_Chooser_MAC.H
index 5336747f3..4685470f3 100644
--- a/FL/Fl_Native_File_Chooser_MAC.H
+++ b/FL/Fl_Native_File_Chooser_MAC.H
@@ -30,7 +30,6 @@
// OSX-SPECIFIC NATIVE BROWSER
#include <Carbon/Carbon.h>
-#include <config.h>
#undef check // necessary for use of Fl::check()
diff --git a/FL/mac.H b/FL/mac.H
index 8435f4137..9c26e6dd7 100644
--- a/FL/mac.H
+++ b/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
diff --git a/src/Fl_Gl_Device_Plugin.cxx b/src/Fl_Gl_Device_Plugin.cxx
index 2fe1e3442..135ec78a2 100644
--- a/src/Fl_Gl_Device_Plugin.cxx
+++ b/src/Fl_Gl_Device_Plugin.cxx
@@ -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"