diff options
Diffstat (limited to 'gcc/cppbuiltin.h')
-rw-r--r-- | gcc/cppbuiltin.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/cppbuiltin.h b/gcc/cppbuiltin.h index f884512..8e0e588 100644 --- a/gcc/cppbuiltin.h +++ b/gcc/cppbuiltin.h @@ -21,9 +21,6 @@ along with GCC; see the file COPYING3. If not see #ifndef GCC_CPPBUILTIN_H #define GCC_CPPBUILTIN_H -#include "coretypes.h" - - /* Parse a BASEVER version string of the format "major.minor.patchlevel" or "major.minor" to extract its components. */ extern void parse_basever (int *, int *, int *); |