X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/20bc5ad8dd419d0d3e524079f8fdbe3d8c14231f..8946ede10c2702c7acbb194fe8bd2793d7fb8358:/src/palmos/colordlg.cpp diff --git a/src/palmos/colordlg.cpp b/src/palmos/colordlg.cpp index 8811a607dd..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,16 +24,15 @@ #pragma hdrstop #endif -#ifndef WX_PRECOMP - #include "wx/defs.h" - #include "wx/intl.h" -#endif - #if wxUSE_COLOURDLG -#include "wx/cmndata.h" #include "wx/colordlg.h" +#ifndef WX_PRECOMP + #include "wx/intl.h" + #include "wx/cmndata.h" +#endif + #include #include