diff options
Diffstat (limited to 'gcc/data-streamer-out.c')
-rw-r--r-- | gcc/data-streamer-out.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gcc/data-streamer-out.c b/gcc/data-streamer-out.c index fdc36628aa2..88084642a5a 100644 --- a/gcc/data-streamer-out.c +++ b/gcc/data-streamer-out.c @@ -23,16 +23,15 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "alias.h" #include "backend.h" +#include "hard-reg-set.h" #include "tree.h" #include "gimple.h" -#include "hard-reg-set.h" -#include "options.h" -#include "fold-const.h" -#include "internal-fn.h" #include "cgraph.h" #include "data-streamer.h" +#include "alias.h" +#include "fold-const.h" +#include "internal-fn.h" /* Adds a new block to output stream OBS. */ |