X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ad9835c97c10c0d7de345e3a7a7c0fc2776eb2cb..b4446c244775324631b8dd2b588ea35f32e71728:/src/mac/classic/display.cpp diff --git a/src/mac/classic/display.cpp b/src/mac/classic/display.cpp index 9798492bc9..f216f1fd65 100644 --- a/src/mac/classic/display.cpp +++ b/src/mac/classic/display.cpp @@ -26,9 +26,12 @@ #if wxUSE_DISPLAY +#include "wx/display.h" + #ifndef WX_PRECOMP #include "wx/dynarray.h" #include "wx/log.h" + #include "wx/string.h" #endif #ifdef __DARWIN__ @@ -41,10 +44,8 @@ #include #endif -#include "wx/display.h" #include "wx/display_impl.h" #include "wx/gdicmn.h" -#include "wx/string.h" // ---------------------------------------------------------------------------- // display implementation classes