diff options
Diffstat (limited to 'gcc/data-streamer-out.c')
-rw-r--r-- | gcc/data-streamer-out.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/data-streamer-out.c b/gcc/data-streamer-out.c index 88084642a5a..72294e85f5f 100644 --- a/gcc/data-streamer-out.c +++ b/gcc/data-streamer-out.c @@ -24,14 +24,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" /* Adds a new block to output stream OBS. */ |