X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ad9835c97c10c0d7de345e3a7a7c0fc2776eb2cb..d2d8b4db08075bbfca05f5f6b7b829ec81230917:/src/mac/corefoundation/hid.cpp diff --git a/src/mac/corefoundation/hid.cpp b/src/mac/corefoundation/hid.cpp index 276571c883..c820d8d941 100644 --- a/src/mac/corefoundation/hid.cpp +++ b/src/mac/corefoundation/hid.cpp @@ -27,18 +27,18 @@ //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" + #include "wx/module.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" - // ============================================================================ // implementation // ============================================================================