From: Paul Cornett Date: Wed, 6 Sep 2006 17:37:30 +0000 (+0000) Subject: include fixes X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/574d4d1c4c021ed7296e9f1a37bfc6cde594437f include fixes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41036 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/samples/calendar/calendar.cpp b/samples/calendar/calendar.cpp index 580de98986..6370bb2411 100644 --- a/samples/calendar/calendar.cpp +++ b/samples/calendar/calendar.cpp @@ -35,13 +35,13 @@ #include "wx/layout.h" #include "wx/msgdlg.h" #include "wx/icon.h" + #include "wx/button.h" + #include "wx/sizer.h" + #include "wx/textctrl.h" + #include "wx/settings.h" #endif -#include "wx/sizer.h" -#include "wx/textctrl.h" - #include "wx/calctrl.h" -#include "wx/settings.h" #if wxUSE_DATEPICKCTRL #include "wx/datectrl.h" diff --git a/samples/wizard/wizard.cpp b/samples/wizard/wizard.cpp index 01917769a8..22de882986 100644 --- a/samples/wizard/wizard.cpp +++ b/samples/wizard/wizard.cpp @@ -26,6 +26,7 @@ // for all others, include the necessary headers #ifndef WX_PRECOMP + #include "wx/frame.h" #include "wx/stattext.h" #include "wx/log.h" #include "wx/app.h"