X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..00dff4d222ab3525d04c819142d44159b9b52f01:/src/palmos/dcscreen.cpp diff --git a/src/palmos/dcscreen.cpp b/src/palmos/dcscreen.cpp index 5b25f590d4..f89af8a49a 100644 --- a/src/palmos/dcscreen.cpp +++ b/src/palmos/dcscreen.cpp @@ -13,16 +13,16 @@ #include "wx/wxprec.h" #ifdef __BORLANDC__ -#pragma hdrstop + #pragma hdrstop #endif +#include "wx/dcscreen.h" + #ifndef WX_PRECOMP #include "wx/string.h" #include "wx/window.h" #endif -#include "wx/dcscreen.h" - IMPLEMENT_DYNAMIC_CLASS(wxScreenDC, wxWindowDC) // Create a DC representing the whole screen @@ -33,4 +33,3 @@ wxScreenDC::wxScreenDC() void wxScreenDC::DoGetSize(int *width, int *height) const { } -