diff options
Diffstat (limited to 'gcc/tree-streamer-in.c')
-rw-r--r-- | gcc/tree-streamer-in.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-streamer-in.c b/gcc/tree-streamer-in.c index 4ebfeae..14ecfbe 100644 --- a/gcc/tree-streamer-in.c +++ b/gcc/tree-streamer-in.c @@ -33,10 +33,10 @@ along with GCC; see the file COPYING3. If not see #include "stringpool.h" #include "internal-fn.h" #include "cgraph.h" +#include "target.h" #include "tree-streamer.h" #include "data-streamer.h" #include "streamer-hooks.h" -#include "lto-streamer.h" #include "builtins.h" #include "ipa-chkp.h" #include "gomp-constants.h" |