summaryrefslogtreecommitdiff
path: root/gcc/asan.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/asan.c')
-rw-r--r--gcc/asan.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/asan.c b/gcc/asan.c
index b2348eaa5de..869a0002f1e 100644
--- a/gcc/asan.c
+++ b/gcc/asan.c
@@ -33,7 +33,6 @@ along with GCC; see the file COPYING3. If not see
#include "tm_p.h"
#include "stringpool.h"
#include "tree-ssanames.h"
-#include "expmed.h"
#include "optabs.h"
#include "emit-rtl.h"
#include "cgraph.h"
@@ -41,18 +40,14 @@ along with GCC; see the file COPYING3. If not see
#include "alias.h"
#include "fold-const.h"
#include "cfganal.h"
-#include "internal-fn.h"
#include "gimplify.h"
#include "gimple-iterator.h"
-#include "calls.h"
#include "varasm.h"
#include "stor-layout.h"
#include "tree-iterator.h"
#include "asan.h"
-#include "flags.h"
#include "dojump.h"
#include "explow.h"
-#include "stmt.h"
#include "expr.h"
#include "output.h"
#include "langhooks.h"