]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/classic/control.cpp
Rich text lib separation.
[wxWidgets.git] / src / mac / classic / control.cpp
index 2742383fe20c4b4771bd466cddef47d2cf74e4ba..449a49b2851795ebfe4853d23f237f87f84044fd 100644 (file)
     #include "wx/button.h"
     #include "wx/dialog.h"
     #include "wx/scrolbar.h"
+    #include "wx/stattext.h"
+    #include "wx/statbox.h"
+    #include "wx/radiobox.h"
+    #include "wx/sizer.h"
 #endif // WX_PRECOMP
 
 #include "wx/notebook.h"
 #include "wx/tabctrl.h"
-#include "wx/radiobox.h"
 #include "wx/spinbutt.h"
-#include "wx/statbox.h"
-#include "wx/sizer.h"
-#include "wx/stattext.h"
 
 IMPLEMENT_ABSTRACT_CLASS(wxControl, wxWindow)