]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/combobox.mm
Include wx/math.h according to precompiled headers of wx/wx.h (with other minor clean...
[wxWidgets.git] / src / cocoa / combobox.mm
index 406bce80e443fb7d8ad97af280c39699782e6ab6..822194e427d4d995cc30158e5e1b3092e2144eb9 100644 (file)
@@ -78,6 +78,8 @@
 
 #if wxUSE_COMBOBOX
 
+#include "wx/combobox.h"
+
 #ifndef WX_PRECOMP
     #include "wx/window.h"
     #include "wx/log.h"
@@ -85,7 +87,6 @@
 #endif // WX_PRECOMP
 
 #include "wx/cocoa/ObjcPose.h"
-#include "wx/combobox.h"
 
 #import <AppKit/NSComboBox.h>
 #import <Foundation/NSNotification.h>
@@ -160,8 +161,6 @@ void wxCocoaNSComboBox::DisassociateNSComboBox(WX_NSComboBox cocoaNSComboBox)
 
 @end // implementation wxPoserNSComboBox
 
-#include "wx/combobox.h"
-
 #include "wx/cocoa/autorelease.h"
 #include "wx/cocoa/string.h"