]> git.saurik.com Git - wxWidgets.git/commitdiff
Include wx/radiobox.h according to precompiled headers of wx/wx.h (with other minor...
authorWłodzimierz Skiba <abx@abx.art.pl>
Thu, 1 Jun 2006 20:52:09 +0000 (20:52 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Thu, 1 Jun 2006 20:52:09 +0000 (20:52 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39517 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/cocoa/radiobox.mm
src/mac/carbon/control.cpp
src/mac/carbon/radiobox.cpp
src/mac/classic/control.cpp
src/mac/classic/radiobox.cpp
src/msw/radiobox.cpp
src/os2/radiobox.cpp
src/palmos/radiobox.cpp
src/univ/radiobox.cpp
src/xrc/xh_radbx.cpp

index f7476c27182e19b8c66b5c561b97c3f03d688576..a6e87e742f7dac6a851f09b467b418b0ff78cb1c 100644 (file)
 
 #if wxUSE_RADIOBOX
 
+#include "wx/radiobox.h"
+
 #ifndef WX_PRECOMP
     #include "wx/app.h"
-    #include "wx/radiobox.h"
     #include "wx/arrstr.h"
 #endif //WX_PRECOMP
 
index 45ae9e51a6a78ab5e30f9c28bdaf622816a83082..a504badd70596561663349cb63901b970b116600 100644 (file)
     #include "wx/scrolbar.h"
     #include "wx/stattext.h"
     #include "wx/statbox.h"
+    #include "wx/radiobox.h"
 #endif // WX_PRECOMP
 
 #include "wx/notebook.h"
 #include "wx/tabctrl.h"
-#include "wx/radiobox.h"
 #include "wx/spinbutt.h"
 #include "wx/sizer.h"
 
index 930080feb0f617c899a86f3250c6d58daf1b3aeb..eaefe7429e679cc156d81725e2e02b8cd25cb92a 100644 (file)
@@ -13,8 +13,9 @@
 
 #if wxUSE_RADIOBOX
 
-#include "wx/arrstr.h"
 #include "wx/radiobox.h"
+
+#include "wx/arrstr.h"
 #include "wx/radiobut.h"
 #include "wx/mac/uma.h"
 
index cebe8c8a135dd8e130cda85d452371235e435b34..b9ce2f9e2e32875973f9e54cfd0ce84f224f588a 100644 (file)
     #include "wx/scrolbar.h"
     #include "wx/stattext.h"
     #include "wx/statbox.h"
+    #include "wx/radiobox.h"
 #endif // WX_PRECOMP
 
 #include "wx/notebook.h"
 #include "wx/tabctrl.h"
-#include "wx/radiobox.h"
 #include "wx/spinbutt.h"
 #include "wx/sizer.h"
 
index 52cfa6c4bac75a4305b4ac5f1fa4a7cb6ff94d56..5c6edaa33db0765ae7ac51442bc1cd239b79cc49 100644 (file)
@@ -17,8 +17,9 @@
 
 #if wxUSE_RADIOBOX
 
-#include "wx/arrstr.h"
 #include "wx/radiobox.h"
+
+#include "wx/arrstr.h"
 #include "wx/radiobut.h"
 #include "wx/mac/uma.h"
 
index d1bc237dc58a51560c60a0a42e0d59140af9b5e2..3f320fd6636a14cfa2a48895c10044e5da048982 100644 (file)
 
 #if wxUSE_RADIOBOX
 
+#include "wx/radiobox.h"
+
 #ifndef WX_PRECOMP
     #include "wx/bitmap.h"
     #include "wx/brush.h"
-    #include "wx/radiobox.h"
     #include "wx/settings.h"
     #include "wx/log.h"
 #endif
index 94808ae14b94faea9a022f3cb556f6e4138ce65f..c65677b170f08bdad1152e1be063b47c66755183 100644 (file)
 
 #if wxUSE_RADIOBOX
 
+#include "wx/radiobox.h"
+
 #ifndef WX_PRECOMP
     #include <stdio.h>
     #include "wx/wxchar.h"
     #include "wx/string.h"
     #include "wx/bitmap.h"
     #include "wx/brush.h"
-    #include "wx/radiobox.h"
 #endif
 
 #include "wx/os2/private.h"
index ed5c2b33244cbd57db5676cf996f7e76c1f23b8a..53c73f5e56ab562be0ca68b33b265e54cadd779d 100644 (file)
 
 #if wxUSE_RADIOBOX
 
+#include "wx/radiobox.h"
+
 #ifndef WX_PRECOMP
     #include "wx/bitmap.h"
     #include "wx/brush.h"
-    #include "wx/radiobox.h"
     #include "wx/settings.h"
     #include "wx/log.h"
 #endif
index b51b63aecbfb78bfaa2eb10fac70288885f91bd8..6a3d3f50bd5738afaf786f9fc90815ec612efc92 100644 (file)
 
 #if wxUSE_RADIOBOX
 
+#include "wx/radiobox.h"
+
 #ifndef WX_PRECOMP
     #include "wx/dcclient.h"
-    #include "wx/radiobox.h"
     #include "wx/radiobut.h"
     #include "wx/validate.h"
     #include "wx/arrstr.h"
index 83be9a2d291f93d00e894e871d76fc5123432090..edbbbf6a492d4cf39d397bd9ff5e4bb2e1ccb5c6 100644 (file)
 
 #ifndef WX_PRECOMP
     #include "wx/intl.h"
+    #include "wx/radiobox.h"
 #endif
 
-#include "wx/radiobox.h"
-
 IMPLEMENT_DYNAMIC_CLASS(wxRadioBoxXmlHandler, wxXmlResourceHandler)
 
 wxRadioBoxXmlHandler::wxRadioBoxXmlHandler()