]> git.saurik.com Git - wxWidgets.git/commitdiff
PCH build fix.
authorWłodzimierz Skiba <abx@abx.art.pl>
Thu, 5 Oct 2006 12:11:12 +0000 (12:11 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Thu, 5 Oct 2006 12:11:12 +0000 (12:11 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41636 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/widgets/dirctrl.cpp

index 6995b79e510a405591a711f3b21fa440ad6dae24..19e2a3531bfdddabf070a2a2e0623b3ceff220d4 100644 (file)
 
 // 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"