diff options
author | David Brownell <dbrownell@users.sourceforge.net> | 2009-11-16 00:35:24 -0800 |
---|---|---|
committer | David Brownell <dbrownell@users.sourceforge.net> | 2009-11-16 00:35:24 -0800 |
commit | b695cb75220100cd9bbfaec5bd1740958454130d (patch) | |
tree | 6308a8f1358e96fd4d88c3241b0b24b63f64aaf5 /src/ecosboard.c | |
parent | 8193f17c3aeb948ca8f70ed3361e8b2bccefffed (diff) | |
download | riscv-openocd-b695cb75220100cd9bbfaec5bd1740958454130d.zip riscv-openocd-b695cb75220100cd9bbfaec5bd1740958454130d.tar.gz riscv-openocd-b695cb75220100cd9bbfaec5bd1740958454130d.tar.bz2 |
#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 <dbrownell@users.sourceforge.net>
Diffstat (limited to 'src/ecosboard.c')
-rw-r--r-- | src/ecosboard.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ecosboard.c b/src/ecosboard.c index 95d41cb..0cbba3e 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" |