git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70402
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#include "wx/wxprec.h"
-#include "wx/button.h"
-
#ifndef WX_PRECOMP
+#include "wx/object.h"
#endif
+#include "wx/button.h"
+
#include "wx/osx/private.h"
wxSize wxAnyButton::DoGetBestSize() const
#include "wx/wxprec.h"
-#include "wx/button.h"
-
#ifndef WX_PRECOMP
+#include "wx/object.h"
#endif
+#include "wx/button.h"
+
#include "wx/osx/private.h"
#if wxUSE_MARKUP
#include "wx/wxprec.h"
+#ifndef WX_PRECOMP
+#include "wx/object.h"
+#endif
+
#if wxUSE_DRAG_AND_DROP
#include "wx/dnd.h"
#if wxUSE_TOOLBAR
-#include "wx/toolbar.h"
-
#ifndef WX_PRECOMP
#include "wx/wx.h"
#endif
+#include "wx/toolbar.h"
#include "wx/app.h"
#include "wx/osx/private.h"
#include "wx/geometry.h"
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#include "wx/defs.h"
+#include "wx/wxprec.h"
+
+#ifndef WX_PRECOMP
+#include "wx/object.h"
+#endif
#if wxUSE_UIACTIONSIMULATOR