solving include order problems for stl and xti

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70402 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2012-01-19 15:01:01 +00:00
parent 5f4bed8ad4
commit d6eb3ff8a1
5 changed files with 16 additions and 7 deletions

View File

@@ -10,11 +10,12 @@
#include "wx/wxprec.h" #include "wx/wxprec.h"
#include "wx/button.h"
#ifndef WX_PRECOMP #ifndef WX_PRECOMP
#include "wx/object.h"
#endif #endif
#include "wx/button.h"
#include "wx/osx/private.h" #include "wx/osx/private.h"
wxSize wxAnyButton::DoGetBestSize() const wxSize wxAnyButton::DoGetBestSize() const

View File

@@ -11,11 +11,12 @@
#include "wx/wxprec.h" #include "wx/wxprec.h"
#include "wx/button.h"
#ifndef WX_PRECOMP #ifndef WX_PRECOMP
#include "wx/object.h"
#endif #endif
#include "wx/button.h"
#include "wx/osx/private.h" #include "wx/osx/private.h"
#if wxUSE_MARKUP #if wxUSE_MARKUP

View File

@@ -11,6 +11,10 @@
#include "wx/wxprec.h" #include "wx/wxprec.h"
#ifndef WX_PRECOMP
#include "wx/object.h"
#endif
#if wxUSE_DRAG_AND_DROP #if wxUSE_DRAG_AND_DROP
#include "wx/dnd.h" #include "wx/dnd.h"

View File

@@ -13,12 +13,11 @@
#if wxUSE_TOOLBAR #if wxUSE_TOOLBAR
#include "wx/toolbar.h"
#ifndef WX_PRECOMP #ifndef WX_PRECOMP
#include "wx/wx.h" #include "wx/wx.h"
#endif #endif
#include "wx/toolbar.h"
#include "wx/app.h" #include "wx/app.h"
#include "wx/osx/private.h" #include "wx/osx/private.h"
#include "wx/geometry.h" #include "wx/geometry.h"

View File

@@ -11,7 +11,11 @@
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#include "wx/defs.h" #include "wx/wxprec.h"
#ifndef WX_PRECOMP
#include "wx/object.h"
#endif
#if wxUSE_UIACTIONSIMULATOR #if wxUSE_UIACTIONSIMULATOR