From 1186f7efa72a86a7000dce60b090bd4f822cdceb Mon Sep 17 00:00:00 2001 From: David Brownell Date: Mon, 16 Nov 2009 00:35:11 -0800 Subject: target: less implicit inclusion of "command.h" Lots of files still include it, often through needless duplicate inclusion of "log.h"; sigh. This cleans up the inclusion graph a bunch, so there are fewer inclusion paths, but it doesn't change much otherwise. Signed-off-by: David Brownell --- src/helper/log.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/helper/log.c') diff --git a/src/helper/log.c b/src/helper/log.c index c6906543..5a65c87e 100644 --- a/src/helper/log.c +++ b/src/helper/log.c @@ -27,7 +27,6 @@ #include "config.h" #endif -#include "log.h" #include "time_support.h" // @todo the inclusion of server.h here is a layering violation #include "server.h" -- cgit v1.2.3