From 6f929dbd93e1b2c0373f389060bf64e60e8194ab Mon Sep 17 00:00:00 2001 From: David Brownell Date: Sun, 13 Dec 2009 12:52:23 -0800 Subject: target files shouldn't #include Make these ".h" files adopt the same policy the ".c" files already follow: don't use syntax for private interfaces. If we ever get reviewed/supported "public" interfaces they should come exclusively from some include/... directory; that'll be the time to switch to <...> syntax for any subsystem's own interfaces. Signed-off-by: David Brownell --- src/target/oocd_trace.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/target/oocd_trace.c') diff --git a/src/target/oocd_trace.c b/src/target/oocd_trace.c index ae3a5dff..b9615bc5 100644 --- a/src/target/oocd_trace.c +++ b/src/target/oocd_trace.c @@ -22,6 +22,7 @@ #endif #include "arm.h" +#include "etm.h" #include "oocd_trace.h" /* -- cgit v1.2.3