Include wx/radiobox.h according to precompiled headers of wx/wx.h (with other minor cleaning).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39517 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2006-06-01 20:52:09 +00:00
parent fc1fde1ee1
commit cc11cc6918
10 changed files with 17 additions and 11 deletions

View File

@@ -13,9 +13,10 @@
#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

View File

@@ -23,11 +23,11 @@
#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"

View 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"

View File

@@ -27,11 +27,11 @@
#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"

View 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"

View File

@@ -26,10 +26,11 @@
#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

View File

@@ -14,13 +14,14 @@
#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"

View File

@@ -26,10 +26,11 @@
#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

View File

@@ -25,9 +25,10 @@
#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"

View File

@@ -21,10 +21,9 @@
#ifndef WX_PRECOMP
#include "wx/intl.h"
#include "wx/radiobox.h"
#endif
#include "wx/radiobox.h"
IMPLEMENT_DYNAMIC_CLASS(wxRadioBoxXmlHandler, wxXmlResourceHandler)
wxRadioBoxXmlHandler::wxRadioBoxXmlHandler()