diff options
Diffstat (limited to 'gcc/tree-object-size.c')
-rw-r--r-- | gcc/tree-object-size.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/tree-object-size.c b/gcc/tree-object-size.c index 4069b04..fa3625c 100644 --- a/gcc/tree-object-size.c +++ b/gcc/tree-object-size.c @@ -22,20 +22,15 @@ 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 "tree-pass.h" #include "ssa.h" #include "gimple-pretty-print.h" -#include "diagnostic-core.h" -#include "alias.h" #include "fold-const.h" #include "tree-object-size.h" -#include "internal-fn.h" #include "gimple-fold.h" #include "gimple-iterator.h" -#include "tree-ssa-propagate.h" #include "tree-cfg.h" struct object_size_info |