]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/corefoundation/hid.cpp
removed __throws_bad_alloc import, this apparently breaks CW8.3 compilation and...
[wxWidgets.git] / src / mac / corefoundation / hid.cpp
index 276571c883f166d8ff9b342f6f5aee13ebad88a5..f072b71b4610a803c9583e8c257a7e7c70870894 100644 (file)
 //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"
 
 // ============================================================================