summaryrefslogtreecommitdiff
path: root/gcc/config/i386/winnt-cxx.c
diff options
context:
space:
mode:
authorktietz <ktietz@138bc75d-0d04-0410-961f-82ee72b054a4>2010-05-28 11:19:41 +0000
committerktietz <ktietz@138bc75d-0d04-0410-961f-82ee72b054a4>2010-05-28 11:19:41 +0000
commit2a32346375427d92dfcdb5d4091e825eda4a5500 (patch)
tree108accce260724e66ec947787defff7a9c898bb8 /gcc/config/i386/winnt-cxx.c
parent9787030a7ab0eb93e1bc37ac48101a12eee13fc0 (diff)
downloadgcc-2a32346375427d92dfcdb5d4091e825eda4a5500.tar.gz
2010-05-28 Kai Tietz <kai.tietz@onevision.com>
PR bootstrap/44299 * config/i386/t-cygming: Adjust header dependencies for winnt-cxx.c. * config/i386/winnt-cxx.c (IN_GCC_FRONTEND): Remove undefine. * config/i386/winnt.c (IN_GCC_FRONTEND): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@159965 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/winnt-cxx.c')
-rw-r--r--gcc/config/i386/winnt-cxx.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/gcc/config/i386/winnt-cxx.c b/gcc/config/i386/winnt-cxx.c
index 9b4ae356336..9ae7ceda8a2 100644
--- a/gcc/config/i386/winnt-cxx.c
+++ b/gcc/config/i386/winnt-cxx.c
@@ -17,15 +17,11 @@ for more details.
You should have received a copy of the GNU General Public License
along with GCC; see the file COPYING3. If not see
<http://www.gnu.org/licenses/>. */
-#undef IN_GCC_FRONTEND
+
#include "config.h"
#include "system.h"
#include "coretypes.h"
#include "tm.h"
-#include "rtl.h"
-#include "regs.h"
-#include "hard-reg-set.h"
-#include "output.h"
#include "tree.h"
#include "cp/cp-tree.h" /* This is why we're a separate module. */
#include "flags.h"