diff mbox

[6/9] Flatten gimple-streamer.h

Message ID 559BD88B.9060707@redhat.com
State New
Headers show

Commit Message

Andrew MacLeod July 7, 2015, 1:47 p.m. UTC
This one is amusing... 3 header files, all of them already included in 
all the files which include this.

Bootstraps from scratch on x86_64-unknown-linux-gnu with no new 
regressions. Also compiles all the files in config-list.mk.
diff mbox

Patch


	* gimple-streamer.h: Remove all includes.

Index: gimple-streamer.h
===================================================================
*** gimple-streamer.h	(revision 225452)
--- gimple-streamer.h	(working copy)
*************** along with GCC; see the file COPYING3.
*** 22,30 ****
  #ifndef GCC_GIMPLE_STREAMER_H
  #define GCC_GIMPLE_STREAMER_H
  
- #include "tm.h"
- #include "hard-reg-set.h"
- #include "function.h"
  #include "lto-streamer.h"
  
  /* In gimple-streamer-in.c  */
--- 22,27 ----