From b695cb75220100cd9bbfaec5bd1740958454130d Mon Sep 17 00:00:00 2001 From: David Brownell Date: Mon, 16 Nov 2009 00:35:24 -0800 Subject: #include "target.h" less wildly Don't include "target.h" from more headers than necessary. This avoids needless interdependencies and duplicated include paths. Don't needlessly include it in source files, either. Signed-off-by: David Brownell --- src/target/armv7m.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/target/armv7m.c') diff --git a/src/target/armv7m.c b/src/target/armv7m.c index 7ccdf546..d8718f9e 100644 --- a/src/target/armv7m.c +++ b/src/target/armv7m.c @@ -35,6 +35,7 @@ #endif #include "breakpoints.h" +#include "target.h" #include "armv7m.h" #include "algorithm.h" #include "register.h" -- cgit v1.2.3