X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f5d9cc735c3222fcbea9cb5a55a3de61fa12e146..655c20fcd5a554a986b93651d8b0bec2afde8573:/src/palmos/colordlg.cpp diff --git a/src/palmos/colordlg.cpp b/src/palmos/colordlg.cpp index 8c988dafbc..5c27e3d23a 100644 --- a/src/palmos/colordlg.cpp +++ b/src/palmos/colordlg.cpp @@ -1,10 +1,10 @@ ///////////////////////////////////////////////////////////////////////////// // Name: src/palmos/colordlg.cpp // Purpose: wxColourDialog class -// Author: William Osborne +// Author: William Osborne - minimal working wxPalmOS port // Modified by: // Created: 10/13/04 -// RCS-ID: $Id: +// RCS-ID: $Id$ // Copyright: (c) William Osborne // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -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