From: David Elliott Date: Sat, 30 Oct 2004 05:53:33 +0000 (+0000) Subject: Fixed compilation with precompiled headers. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e73ae7474c13fe7c412b363d6824700b3654dd4b Fixed compilation with precompiled headers. Removed include from window.mm, it's not needed anymore. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30180 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/cocoa/filedlg.mm b/src/cocoa/filedlg.mm index 7c74ed9246..3df7bc9084 100644 --- a/src/cocoa/filedlg.mm +++ b/src/cocoa/filedlg.mm @@ -25,9 +25,9 @@ #ifndef WX_PRECOMP #include "wx/msgdlg.h" #include "wx/filedlg.h" - #include "wx/filename.h" #include "wx/app.h" #endif +#include "wx/filename.h" #include "wx/cocoa/autorelease.h" #include "wx/cocoa/string.h" diff --git a/src/cocoa/window.mm b/src/cocoa/window.mm index 417301f392..1e4fd289db 100644 --- a/src/cocoa/window.mm +++ b/src/cocoa/window.mm @@ -12,9 +12,9 @@ #include "wx/wxprec.h" #ifndef WX_PRECOMP #include "wx/log.h" - #include "wx/tooltip.h" #include "wx/window.h" #endif //WX_PRECOMP +#include "wx/tooltip.h" #include "wx/cocoa/autorelease.h" #include "wx/cocoa/string.h" @@ -26,8 +26,6 @@ #import #import -#include - // Turn this on to paint green over the dummy views for debugging #undef WXCOCOA_FILL_DUMMY_VIEW