X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..90f6792f530002cf3718b0ab0ce7727be1d21729:/src/palmos/dcclient.cpp diff --git a/src/palmos/dcclient.cpp b/src/palmos/dcclient.cpp index e7a6817db9..b8a423d326 100644 --- a/src/palmos/dcclient.cpp +++ b/src/palmos/dcclient.cpp @@ -24,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 // ---------------------------------------------------------------------------- @@ -156,4 +158,3 @@ wxPaintDCEx::wxPaintDCEx(wxWindow *canvas, WXHDC dc) : saveState(0) wxPaintDCEx::~wxPaintDCEx() { } -