X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/324eeecb3cdc9522e136af6670443148772b412a..9d5507f7a2701395e1d5c121bd877bb9066ee6ea:/src/palmos/dcclient.cpp?ds=sidebyside diff --git a/src/palmos/dcclient.cpp b/src/palmos/dcclient.cpp index 643514095a..b8a423d326 100644 --- a/src/palmos/dcclient.cpp +++ b/src/palmos/dcclient.cpp @@ -17,10 +17,6 @@ // headers // ---------------------------------------------------------------------------- -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma implementation "dcclient.h" -#endif - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" @@ -28,12 +24,14 @@ #pragma hdrstop #endif -#include "wx/string.h" -#include "wx/log.h" -#include "wx/window.h" - #include "wx/dcclient.h" +#ifndef WX_PRECOMP + #include "wx/string.h" + #include "wx/log.h" + #include "wx/window.h" +#endif + // ---------------------------------------------------------------------------- // array/list types // ---------------------------------------------------------------------------- @@ -160,4 +158,3 @@ wxPaintDCEx::wxPaintDCEx(wxWindow *canvas, WXHDC dc) : saveState(0) wxPaintDCEx::~wxPaintDCEx() { } -