From e4ccecd5d0a991e22d34a631aff2792a41fff22a Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Fri, 22 Apr 2016 10:57:56 +0000 Subject: [PATCH 1/2] (header usage fix) remove unused system header includes 2016-04-22 Szabolcs Nagy * auto-profile.c: Remove include. * ipa-icf-gimple.c: Remove include. * diagnostic.c: Remove include. * genmatch.c: Likewise. * pretty-print.c: Likewise. * toplev.c: Likewise * c/c-objc-common.c: Likewise. * cp/error.c: Likewise. * fortran/error.c: Likewise. From-SVN: r235361 --- gcc/toplev.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'gcc/toplev.c') diff --git a/gcc/toplev.c b/gcc/toplev.c index c480bfc..8979d26 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -87,8 +87,6 @@ along with GCC; see the file COPYING3. If not see #include "xcoffout.h" /* Needed for external data declarations. */ #endif -#include - static void general_init (const char *, bool); static void do_compile (); static void process_options (void); -- cgit v1.1