diff --git a/src/Fl.cxx b/src/Fl.cxx index 090cac7a1..42d3fff03 100644 --- a/src/Fl.cxx +++ b/src/Fl.cxx @@ -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 #include #include #include diff --git a/src/Fl_Window.cxx b/src/Fl_Window.cxx index c72149e85..4c83872ae 100644 --- a/src/Fl_Window.cxx +++ b/src/Fl_Window.cxx @@ -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 #include #include #include