summaryrefslogtreecommitdiff
path: root/gcc/cgraphclones.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cgraphclones.c')
-rw-r--r--gcc/cgraphclones.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/gcc/cgraphclones.c b/gcc/cgraphclones.c
index 12fc933cc37..143ca33d93a 100644
--- a/gcc/cgraphclones.c
+++ b/gcc/cgraphclones.c
@@ -72,32 +72,14 @@ along with GCC; see the file COPYING3. If not see
#include "rtl.h"
#include "tree.h"
#include "gimple.h"
-#include "alloc-pool.h"
#include "stringpool.h"
-#include "emit-rtl.h"
#include "cgraph.h"
-#include "coverage.h"
#include "lto-streamer.h"
-#include "alias.h"
-#include "fold-const.h"
-#include "internal-fn.h"
#include "tree-eh.h"
#include "tree-cfg.h"
#include "tree-inline.h"
-#include "langhooks.h"
-#include "toplev.h"
-#include "flags.h"
-#include "debug.h"
-#include "params.h"
-#include "intl.h"
-#include "symbol-summary.h"
-#include "ipa-prop.h"
-#include "tree-iterator.h"
#include "tree-dump.h"
#include "gimple-pretty-print.h"
-#include "ipa-inline.h"
-#include "ipa-utils.h"
-#include "except.h"
/* Create clone of edge in the node N represented by CALL_EXPR
the callgraph. */