diff options
Diffstat (limited to 'gcc/stringpool.c')
-rw-r--r-- | gcc/stringpool.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/stringpool.c b/gcc/stringpool.c index b94cc79..2a14358 100644 --- a/gcc/stringpool.c +++ b/gcc/stringpool.c @@ -28,11 +28,7 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "options.h" #include "tree.h" -#include "ggc-internal.h" -#include "alias.h" -#include "cpplib.h" /* The "" allocated string. */ const char empty_string[] = ""; |