diff options
Diffstat (limited to 'gcc/tree-streamer.c')
-rw-r--r-- | gcc/tree-streamer.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/tree-streamer.c b/gcc/tree-streamer.c index c66e174..fe9a8c9 100644 --- a/gcc/tree-streamer.c +++ b/gcc/tree-streamer.c @@ -31,9 +31,8 @@ along with GCC; see the file COPYING3. If not see #include "options.h" #include "fold-const.h" #include "internal-fn.h" -#include "streamer-hooks.h" -#include "cgraph.h" #include "tree-streamer.h" +#include "cgraph.h" /* Table indexed by machine_mode, used for 2 different purposes. During streaming out we record there non-zero value for all modes |