diff options
Diffstat (limited to 'gcc/c-family/c-pch.c')
-rw-r--r-- | gcc/c-family/c-pch.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gcc/c-family/c-pch.c b/gcc/c-family/c-pch.c index b433e71e0cb..fa256e45066 100644 --- a/gcc/c-family/c-pch.c +++ b/gcc/c-family/c-pch.c @@ -20,20 +20,19 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" +#include "target.h" +#include "tree.h" +#include "c-common.h" +#include "timevar.h" #include "version.h" #include "cpplib.h" -#include "options.h" #include "alias.h" -#include "tree.h" #include "flags.h" -#include "c-common.h" #include "debug.h" #include "c-pragma.h" #include "langhooks.h" #include "hosthooks.h" -#include "target.h" #include "opts.h" -#include "timevar.h" /* This is a list of flag variables that must match exactly, and their names for the error message. The possible values for *flag_var must |