X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/521bf4ff3ef47059265beff5d53c9e1162beb122..dd5e86874e7796e4a7ccfc65d973f309cdc9a087:/src/palmos/dragimag.cpp diff --git a/src/palmos/dragimag.cpp b/src/palmos/dragimag.cpp index 4b6275a500..b96507dd23 100644 --- a/src/palmos/dragimag.cpp +++ b/src/palmos/dragimag.cpp @@ -21,23 +21,23 @@ #include "wx/wxprec.h" #ifdef __BORLANDC__ -#pragma hdrstop + #pragma hdrstop #endif #if wxUSE_DRAGIMAGE #ifndef WX_PRECOMP -#include -#include "wx/window.h" -#include "wx/dcclient.h" -#include "wx/dcscreen.h" -#include "wx/dcmemory.h" -#include "wx/settings.h" + #include + #include "wx/window.h" + #include "wx/dcclient.h" + #include "wx/dcscreen.h" + #include "wx/dcmemory.h" + #include "wx/settings.h" + #include "wx/intl.h" + #include "wx/log.h" + #include "wx/frame.h" #endif -#include "wx/log.h" -#include "wx/intl.h" -#include "wx/frame.h" #include "wx/image.h" #include "wx/palmos/dragimag.h"