From b695cb75220100cd9bbfaec5bd1740958454130d Mon Sep 17 00:00:00 2001 From: David Brownell Date: Mon, 16 Nov 2009 00:35:24 -0800 Subject: #include "target.h" less wildly Don't include "target.h" from more headers than necessary. This avoids needless interdependencies and duplicated include paths. Don't needlessly include it in source files, either. Signed-off-by: David Brownell --- src/target/armv7a.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/target/armv7a.c') diff --git a/src/target/armv7a.c b/src/target/armv7a.c index 7b33053d..7f2c387d 100644 --- a/src/target/armv7a.c +++ b/src/target/armv7a.c @@ -25,7 +25,6 @@ #include "armv7a.h" #include "arm_disassembler.h" -#include "target.h" #include "register.h" #include "binarybuffer.h" #include "command.h" -- cgit v1.2.3