diff options
Diffstat (limited to 'gcc/langhooks.c')
-rw-r--r-- | gcc/langhooks.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/langhooks.c b/gcc/langhooks.c index abe342c3661..e7d9ae1d303 100644 --- a/gcc/langhooks.c +++ b/gcc/langhooks.c @@ -22,23 +22,16 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "target.h" -#include "function.h" #include "rtl.h" #include "tree.h" #include "timevar.h" #include "stringpool.h" -#include "insn-config.h" -#include "cgraph.h" #include "diagnostic.h" #include "intl.h" #include "toplev.h" -#include "alias.h" #include "attribs.h" -#include "tree-inline.h" #include "gimplify.h" -#include "flags.h" #include "langhooks.h" -#include "langhooks-def.h" #include "tree-diagnostic.h" #include "output.h" |