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