X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f5d9cc735c3222fcbea9cb5a55a3de61fa12e146..74ebd40690d3676e74a7cfc239eee6c7e9764f05:/src/palmos/colordlg.cpp diff --git a/src/palmos/colordlg.cpp b/src/palmos/colordlg.cpp index 8c988dafbc..3bcf27d4e6 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" @@ -38,6 +34,9 @@ #include "wx/cmndata.h" #include "wx/colordlg.h" +#include +#include + // ---------------------------------------------------------------------------- // wxWin macros // ----------------------------------------------------------------------------