From: Václav Slavík Date: Sat, 2 Oct 2004 15:30:32 +0000 (+0000) Subject: generated resources code doesn't have to include X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/3747d6c0d54f600de0380c33011905ff88534750 generated resources code doesn't have to include git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29601 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/utils/wxrc/wxrc.cpp b/utils/wxrc/wxrc.cpp index 05880d521e..0660b7e176 100644 --- a/utils/wxrc/wxrc.cpp +++ b/utils/wxrc/wxrc.cpp @@ -562,9 +562,6 @@ _T("#ifdef __BORLANDC__\n") _T(" #pragma hdrstop\n") _T("#endif\n") _T("\n") -_T("#ifndef WX_PRECOMP\n") -_T(" #include \n") -_T("#endif\n") _T("") _T("#include \n") _T("#include \n")