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/c/c-objc-common.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'gcc/c') diff --git a/gcc/c/c-objc-common.c b/gcc/c/c-objc-common.c index 18247af..20dc024 100644 --- a/gcc/c/c-objc-common.c +++ b/gcc/c/c-objc-common.c @@ -27,8 +27,6 @@ along with GCC; see the file COPYING3. If not see #include "langhooks.h" #include "c-objc-common.h" -#include // For placement new. - static bool c_tree_printer (pretty_printer *, text_info *, const char *, int, bool, bool, bool); -- cgit v1.1