diff options
Diffstat (limited to 'gcc/cppbuiltin.c')
-rw-r--r-- | gcc/cppbuiltin.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/cppbuiltin.c b/gcc/cppbuiltin.c index 180330d..2ebf80f 100644 --- a/gcc/cppbuiltin.c +++ b/gcc/cppbuiltin.c @@ -20,14 +20,13 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "tm.h" -#include "alias.h" +#include "target.h" #include "tree.h" +#include "alias.h" #include "version.h" #include "flags.h" #include "cpp-id-data.h" #include "cppbuiltin.h" -#include "target.h" /* Parse a BASEVER version string of the format "major.minor.patchlevel" |