From 15accefbe284cfa0c4735ecb5ae3d2127ac8cfff Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Thu, 3 Dec 2009 04:14:41 -0800 Subject: change #include "arm_jtag.h" to Changes from the flat namespace to heirarchical one. Instead of writing: #include "arm_jtag.h" the following form should be used. #include The exception is from .c files in the same directory. --- src/target/arm7_9_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/target/arm7_9_common.h') diff --git a/src/target/arm7_9_common.h b/src/target/arm7_9_common.h index d43eaa6d..9cf8b417 100644 --- a/src/target/arm7_9_common.h +++ b/src/target/arm7_9_common.h @@ -30,7 +30,7 @@ #define ARM7_9_COMMON_H #include "armv4_5.h" -#include "arm_jtag.h" +#include #define ARM7_9_COMMON_MAGIC 0x0a790a79 /**< */ -- cgit v1.2.3