]> git.saurik.com Git - wxWidgets.git/commitdiff
Do not use wx/wx.h.
authorMattia Barbon <mbarbon@cpan.org>
Fri, 19 Sep 2003 15:44:28 +0000 (15:44 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Fri, 19 Sep 2003 15:44:28 +0000 (15:44 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23710 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

contrib/utils/wxrc/wxrc.cpp
utils/wxrc/wxrc.cpp

index 7b74deabc69e2a61ff05de7c8ec4da8f3fca241a..79362762e17317088ab595fa905964dfc7d6a97f 100644 (file)
     #pragma hdrstop
 #endif
 
-// for all others, include the necessary headers (this file is usually all you
-// need because it includes almost all "standard" wxWindows headers
+// for all others, include the necessary headers
 #ifndef WX_PRECOMP
-    #include "wx/wx.h"
+    #include "wx/app.h"
+    #include "wx/log.h"
 #endif
 
 #include "wx/cmdline.h"
index 7b74deabc69e2a61ff05de7c8ec4da8f3fca241a..79362762e17317088ab595fa905964dfc7d6a97f 100644 (file)
     #pragma hdrstop
 #endif
 
-// for all others, include the necessary headers (this file is usually all you
-// need because it includes almost all "standard" wxWindows headers
+// for all others, include the necessary headers
 #ifndef WX_PRECOMP
-    #include "wx/wx.h"
+    #include "wx/app.h"
+    #include "wx/log.h"
 #endif
 
 #include "wx/cmdline.h"