]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/display.mm
Switch to overriding OnAssertFailure instead of OnAssert
[wxWidgets.git] / src / cocoa / display.mm
index f1d7739174e7e886db635b9b6b037478fd250fcc..0694473028426ab901bb9612b28b7f8ed957bf03 100644 (file)
 
 #if wxUSE_DISPLAY
 
 
 #if wxUSE_DISPLAY
 
+#include "wx/display.h"
+
 #ifndef WX_PRECOMP
 #ifndef WX_PRECOMP
-   #include "wx/dynarray.h"
+    #include "wx/dynarray.h"
+    #include "wx/string.h"
 #endif
 
 #endif
 
-#include "wx/display.h"
 #include "wx/display_impl.h"
 #include "wx/gdicmn.h"
 #include "wx/display_impl.h"
 #include "wx/gdicmn.h"
-#include "wx/string.h"
 
 #import <Foundation/Foundation.h>
 
 
 #import <Foundation/Foundation.h>
 
@@ -226,4 +227,3 @@ bool wxDisplayImplMacOSX::ChangeMode(const wxVideoMode& mode)
 }
 
 #endif // wxUSE_DISPLAY
 }
 
 #endif // wxUSE_DISPLAY
-