diff options
Diffstat (limited to 'gcc/c-family/c-ppoutput.c')
-rw-r--r-- | gcc/c-family/c-ppoutput.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/c-family/c-ppoutput.c b/gcc/c-family/c-ppoutput.c index 0855554..6502248 100644 --- a/gcc/c-family/c-ppoutput.c +++ b/gcc/c-family/c-ppoutput.c @@ -19,12 +19,12 @@ #include "config.h" #include "system.h" #include "coretypes.h" +#include "options.h" +#include "tree.h" +#include "c-common.h" /* For flags. */ #include "cpplib.h" #include "../libcpp/internal.h" #include "alias.h" -#include "tree.h" -#include "options.h" -#include "c-common.h" /* For flags. */ #include "c-pragma.h" /* For parse_in. */ /* Encapsulates state used to convert a stream of tokens into a text |