]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/classic/control.cpp
mentioned that the handlers should be allocated on the heap also in ClearHandlers...
[wxWidgets.git] / src / mac / classic / control.cpp
index 9e8e3660f6c236a76a81aa2d0513056cad702df0..07c5a659324733245344976bc37630b5523ac0c7 100644 (file)
@@ -22,6 +22,8 @@
     #include "wx/panel.h"
     #include "wx/dc.h"
     #include "wx/dcclient.h"
+    #include "wx/button.h"
+    #include "wx/dialog.h"
 #endif // WX_PRECOMP
 
 #include "wx/notebook.h"
@@ -29,8 +31,6 @@
 #include "wx/radiobox.h"
 #include "wx/spinbutt.h"
 #include "wx/scrolbar.h"
-#include "wx/button.h"
-#include "wx/dialog.h"
 #include "wx/statbox.h"
 #include "wx/sizer.h"
 #include "wx/stattext.h"