aboutsummaryrefslogtreecommitdiff
path: root/gcc/auto-profile.c
diff options
context:
space:
mode:
authorSzabolcs Nagy <szabolcs.nagy@arm.com>2016-04-22 10:57:56 +0000
committerSzabolcs Nagy <nsz@gcc.gnu.org>2016-04-22 10:57:56 +0000
commite4ccecd5d0a991e22d34a631aff2792a41fff22a (patch)
treee72a355d115ef6ed970eb201d335c82ed82a474d /gcc/auto-profile.c
parent9a13d066d74c4842a453297b9d2ad9b07348e623 (diff)
[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. From-SVN: r235361
Diffstat (limited to 'gcc/auto-profile.c')
-rw-r--r--gcc/auto-profile.c1
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>