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/auto-profile.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/auto-profile.c')
-rw-r--r-- | gcc/auto-profile.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/auto-profile.c b/gcc/auto-profile.c index 5c0640af4ae..0c726bd4d63 100644 --- a/gcc/auto-profile.c +++ b/gcc/auto-profile.c @@ -32,7 +32,6 @@ along with GCC; see the file COPYING3. If not see #include "gcov-io.h" #include "diagnostic-core.h" -#include <string.h> #include <map> #include <set> |