X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e273151278d28cceefe6eee8c49bc6915306805d..062dfc9a96dc9e796c53544f41ff92dc47f26e82:/src/palmos/colordlg.cpp diff --git a/src/palmos/colordlg.cpp b/src/palmos/colordlg.cpp index 59b60aa228..8de8b5746b 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,16 @@ #pragma hdrstop #endif +#if wxUSE_COLOURDLG + +#include "wx/colordlg.h" + #ifndef WX_PRECOMP - #include "wx/defs.h" #include "wx/intl.h" #endif -#if wxUSE_COLOURDLG - -#include "wx/cmndata.h" -#include "wx/colordlg.h" +#include +#include // ---------------------------------------------------------------------------- // wxWin macros