]> git.saurik.com Git - wxWidgets.git/commitdiff
generated resources code doesn't have to include <wx/wx.h>
authorVáclav Slavík <vslavik@fastmail.fm>
Sat, 2 Oct 2004 15:30:32 +0000 (15:30 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sat, 2 Oct 2004 15:30:32 +0000 (15:30 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29601 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

utils/wxrc/wxrc.cpp

index 05880d521e22a52c977cc996352918a0c231e77f..0660b7e176ed85c5c7b141f8ee84aa66d0925663 100644 (file)
@@ -562,9 +562,6 @@ _T("#ifdef __BORLANDC__\n")
 _T("    #pragma hdrstop\n")
 _T("#endif\n")
 _T("\n")
-_T("#ifndef WX_PRECOMP\n")
-_T("    #include <wx/wx.h>\n")
-_T("#endif\n")
 _T("")
 _T("#include <wx/filesys.h>\n")
 _T("#include <wx/fs_mem.h>\n")