diff options
author | nsz <nsz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-04-22 10:57:56 +0000 |
---|---|---|
committer | nsz <nsz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-04-22 10:57:56 +0000 |
commit | 67d05b1bc4798c247603d11f25aa143e8e6e74f0 (patch) | |
tree | e72a355d115ef6ed970eb201d335c82ed82a474d /gcc/cp/error.c | |
parent | f29d86c738a2783d0a96ea0c5652f4409effdf2b (diff) | |
download | gcc-67d05b1bc4798c247603d11f25aa143e8e6e74f0.tar.gz |
[PATCH 1/2] (header usage fix) remove unused system header includes
2016-04-22 Szabolcs Nagy <szabolcs.nagy@arm.com>
* auto-profile.c: Remove <string.h> include.
* ipa-icf-gimple.c: Remove <list> include.
* diagnostic.c: Remove <new> 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@235361 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/error.c')
-rw-r--r-- | gcc/cp/error.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/cp/error.c b/gcc/cp/error.c index aa5fd411b28..7d70f892b3c 100644 --- a/gcc/cp/error.c +++ b/gcc/cp/error.c @@ -31,8 +31,6 @@ along with GCC; see the file COPYING3. If not see #include "ubsan.h" #include "internal-fn.h" -#include <new> // For placement-new. - #define pp_separate_with_comma(PP) pp_cxx_separate_with (PP, ',') #define pp_separate_with_semicolon(PP) pp_cxx_separate_with (PP, ';') |