From 1650ab3a22d62c834126138f253643031c8418ba Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Thu, 3 Dec 2009 04:14:45 -0800 Subject: change #include "embeddedice.h" to Changes from the flat namespace to heirarchical one. Instead of writing: #include "embeddedice.h" the following form should be used. #include The exception is from .c files in the same directory. --- src/target/arm7tdmi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/target/arm7tdmi.h') diff --git a/src/target/arm7tdmi.h b/src/target/arm7tdmi.h index b6bbe59a..ce771e26 100644 --- a/src/target/arm7tdmi.h +++ b/src/target/arm7tdmi.h @@ -23,7 +23,7 @@ #ifndef ARM7TDMI_H #define ARM7TDMI_H -#include "embeddedice.h" +#include int arm7tdmi_init_arch_info(struct target *target, struct arm7_9_common *arm7_9, struct jtag_tap *tap); -- cgit v1.2.3