X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e273151278d28cceefe6eee8c49bc6915306805d..f4bc1aa27cb33f679d7e9c1518a7855bbc1fa471:/src/palmos/colordlg.cpp diff --git a/src/palmos/colordlg.cpp b/src/palmos/colordlg.cpp index 59b60aa228..5c27e3d23a 100644 --- a/src/palmos/colordlg.cpp +++ b/src/palmos/colordlg.cpp @@ -17,10 +17,6 @@ // headers // ---------------------------------------------------------------------------- -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma implementation "colordlg.h" -#endif - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" @@ -28,15 +24,17 @@ #pragma hdrstop #endif +#if wxUSE_COLOURDLG + +#include "wx/colordlg.h" + #ifndef WX_PRECOMP - #include "wx/defs.h" #include "wx/intl.h" + #include "wx/cmndata.h" #endif -#if wxUSE_COLOURDLG - -#include "wx/cmndata.h" -#include "wx/colordlg.h" +#include +#include // ---------------------------------------------------------------------------- // wxWin macros