diff options
Diffstat (limited to 'gcc/expr.c')
-rw-r--r-- | gcc/expr.c | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -26,7 +26,6 @@ along with GCC; see the file COPYING3. If not see #include "tree.h" #include "gimple.h" #include "predict.h" -#include "df.h" #include "tm_p.h" #include "ssa.h" #include "expmed.h" @@ -41,7 +40,6 @@ along with GCC; see the file COPYING3. If not see #include "stor-layout.h" #include "attribs.h" #include "varasm.h" -#include "flags.h" #include "except.h" #include "insn-attr.h" #include "dojump.h" @@ -53,19 +51,11 @@ along with GCC; see the file COPYING3. If not see #include "optabs-tree.h" #include "libfuncs.h" #include "reload.h" -#include "typeclass.h" -#include "toplev.h" #include "langhooks.h" -#include "intl.h" -#include "tree-iterator.h" -#include "internal-fn.h" #include "common/common-target.h" #include "tree-ssa-live.h" #include "tree-outof-ssa.h" -#include "target-globals.h" -#include "params.h" #include "tree-ssa-address.h" -#include "cfgexpand.h" #include "builtins.h" #include "tree-chkp.h" #include "rtl-chkp.h" |