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 <dbrownell@users.sourceforge.net>
This commit is contained in:
David Brownell
2009-11-16 00:35:11 -08:00
parent db094c2e60
commit 1186f7efa7
10 changed files with 3 additions and 14 deletions

View File

@@ -25,7 +25,6 @@
#endif
#include "configuration.h"
#include "log.h"
// @todo the inclusion of server.h here is a layering violation
#include "server.h"