From 9a98e83b49fe3541cb0d79924b13c2d86484aee2 Mon Sep 17 00:00:00 2001 From: David Brownell Date: Mon, 16 Nov 2009 10:19:33 -0800 Subject: target: less implicit inclusion of "etm.h" Don't include it in more headers than necessary; just use it in the few files that actually need it. Signed-off-by: David Brownell --- src/target/etb.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/target/etb.c') diff --git a/src/target/etb.c b/src/target/etb.c index 21c375c3..196df6c9 100644 --- a/src/target/etb.c +++ b/src/target/etb.c @@ -22,6 +22,7 @@ #endif #include "armv4_5.h" +#include "etm.h" #include "etb.h" #include "register.h" -- cgit v1.2.3