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/fortran/error.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'gcc/fortran') diff --git a/gcc/fortran/error.c b/gcc/fortran/error.c index 003702b..6cfe019 100644 --- a/gcc/fortran/error.c +++ b/gcc/fortran/error.c @@ -34,8 +34,6 @@ along with GCC; see the file COPYING3. If not see #include "diagnostic-color.h" #include "tree-diagnostic.h" /* tree_diagnostics_defaults */ -#include /* For placement-new */ - static int suppress_errors = 0; static bool warnings_not_errors = false; -- cgit v1.1