X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ad9835c97c10c0d7de345e3a7a7c0fc2776eb2cb..89780b6ee0a1aa97960647e76684e7d186852b64:/src/mac/corefoundation/hid.cpp diff --git a/src/mac/corefoundation/hid.cpp b/src/mac/corefoundation/hid.cpp index 276571c883..f072b71b46 100644 --- a/src/mac/corefoundation/hid.cpp +++ b/src/mac/corefoundation/hid.cpp @@ -27,16 +27,17 @@ //DARWIN _ONLY_ #ifdef __DARWIN__ +#include "wx/mac/corefoundation/hid.h" + #ifndef WX_PRECOMP #include "wx/dynarray.h" + #include "wx/string.h" + #include "wx/log.h" + #include "wx/utils.h" #endif -#include "wx/mac/corefoundation/hid.h" -#include "wx/string.h" -#include "wx/log.h" #include "wx/mac/corefoundation/cfstring.h" -#include "wx/utils.h" #include "wx/module.h" // ============================================================================