From: Włodzimierz Skiba Date: Thu, 5 Oct 2006 12:11:12 +0000 (+0000) Subject: PCH build fix. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/67bb3c8818ad57893d62e3ee3511afadbc5a54ac PCH build fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41636 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/samples/widgets/dirctrl.cpp b/samples/widgets/dirctrl.cpp index 6995b79e51..19e2a3531b 100644 --- a/samples/widgets/dirctrl.cpp +++ b/samples/widgets/dirctrl.cpp @@ -28,19 +28,19 @@ // for all others, include the necessary headers #ifndef WX_PRECOMP + #include "wx/app.h" + #include "wx/log.h" #include "wx/sizer.h" #include "wx/statbox.h" #include "wx/radiobox.h" #include "wx/checkbox.h" #include "wx/button.h" - #include "wx/app.h" #endif #include "wx/generic/dirctrlg.h" #include "wx/wupdlock.h" #include "wx/stdpaths.h" -#include "wx/msgdlg.h" #include "widgets.h"