diff options
Diffstat (limited to 'gcc/cp/repo.c')
-rw-r--r-- | gcc/cp/repo.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gcc/cp/repo.c b/gcc/cp/repo.c index 5155a2fa295..2978198f45a 100644 --- a/gcc/cp/repo.c +++ b/gcc/cp/repo.c @@ -28,13 +28,11 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tm.h" -#include "alias.h" #include "tree.h" -#include "stringpool.h" #include "cp-tree.h" -#include "obstack.h" +#include "stringpool.h" +#include "alias.h" #include "toplev.h" -#include "diagnostic-core.h" #include "flags.h" static const char *extract_string (const char **); |