diff options
Diffstat (limited to 'gcc/data-streamer.c')
-rw-r--r-- | gcc/data-streamer.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/data-streamer.c b/gcc/data-streamer.c index 17fb276ae09..0ae64c902f9 100644 --- a/gcc/data-streamer.c +++ b/gcc/data-streamer.c @@ -23,14 +23,10 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "backend.h" -#include "hard-reg-set.h" #include "tree.h" #include "gimple.h" #include "cgraph.h" #include "data-streamer.h" -#include "alias.h" -#include "fold-const.h" -#include "internal-fn.h" /* Pack WORK into BP in a variant of uleb format. */ |