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/target_request.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/target/target_request.c') diff --git a/src/target/target_request.c b/src/target/target_request.c index fc0ba1ac..d22b8a2b 100644 --- a/src/target/target_request.c +++ b/src/target/target_request.c @@ -27,12 +27,13 @@ #include "config.h" #endif +#include +#include + #include "target.h" #include "target_request.h" #include "target_type.h" -#include #include "trace.h" -#include static int charmsg_mode = 0; -- cgit v1.2.3