diff options
Diffstat (limited to 'gcc/inchash.h')
-rw-r--r-- | gcc/inchash.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/inchash.h b/gcc/inchash.h index 4bb1272c1a9..03a25b46711 100644 --- a/gcc/inchash.h +++ b/gcc/inchash.h @@ -20,13 +20,6 @@ along with GCC; see the file COPYING3. If not see #ifndef INCHASH_H #define INCHASH_H 1 -#ifdef GENERATOR_FILE -#include "bconfig.h" -#else -#include "config.h" -#endif -#include "system.h" -#include "coretypes.h" #include "hashtab.h" /* This file implements an incremential hash function ADT, to be used |