diff options
Diffstat (limited to 'gcc/tree-streamer-out.c')
-rw-r--r-- | gcc/tree-streamer-out.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gcc/tree-streamer-out.c b/gcc/tree-streamer-out.c index 5b263d7..18dc0ff 100644 --- a/gcc/tree-streamer-out.c +++ b/gcc/tree-streamer-out.c @@ -23,17 +23,16 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "backend.h" +#include "target.h" #include "tree.h" #include "gimple.h" -#include "hard-reg-set.h" +#include "tree-streamer.h" +#include "cgraph.h" #include "diagnostic.h" #include "alias.h" #include "fold-const.h" #include "stor-layout.h" #include "internal-fn.h" -#include "cgraph.h" -#include "target.h" -#include "tree-streamer.h" #include "gomp-constants.h" |