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/arm_adi_v5.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/target/arm_adi_v5.h') diff --git a/src/target/arm_adi_v5.h b/src/target/arm_adi_v5.h index 9aac806e..a78193c6 100644 --- a/src/target/arm_adi_v5.h +++ b/src/target/arm_adi_v5.h @@ -23,7 +23,6 @@ #ifndef ARM_ADI_V5_H #define ARM_ADI_V5_H -#include "target.h" #include "arm_jtag.h" #define DAP_IR_DPACC 0xA -- cgit v1.2.3