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/ecosboard.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/ecosboard.c') diff --git a/src/ecosboard.c b/src/ecosboard.c index 95d41cb6..0cbba3e0 100644 --- a/src/ecosboard.c +++ b/src/ecosboard.c @@ -26,7 +26,6 @@ #include "configuration.h" #include "xsvf.h" #include "svf.h" -#include "target.h" #include "nand.h" #include "pld.h" -- cgit v1.2.3