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/etm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/target/etm.h') diff --git a/src/target/etm.h b/src/target/etm.h index c8da7947..60e4ea70 100644 --- a/src/target/etm.h +++ b/src/target/etm.h @@ -24,7 +24,7 @@ #define ETM_H #include "trace.h" -#include "arm_jtag.h" +#include struct image; -- cgit v1.2.3