From 38e376d232ecb3d6a436a20c09019d1a13b0d42b Mon Sep 17 00:00:00 2001 From: David Brownell Date: Sun, 13 Dec 2009 12:52:23 -0800 Subject: target: further shrink Jim-awareness Don't include from target.h ... not everything which touches targets needs to be able to talk to Jim. Plus, most files include this header by another path. Also, switch the affected files to use the classic sequence for #included files: all first, then the "local_headers.h". This helps prevent growth of problematic layering, by minimizing entanglement. Signed-off-by: David Brownell --- src/target/testee.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/target/testee.c') diff --git a/src/target/testee.c b/src/target/testee.c index 991c64e8..280111a4 100644 --- a/src/target/testee.c +++ b/src/target/testee.c @@ -20,9 +20,11 @@ #ifdef HAVE_CONFIG_H #include "config.h" #endif + +#include + #include "target.h" #include "target_type.h" -#include #include "hello.h" static const struct command_registration testee_command_handlers[] = { -- cgit v1.2.3