summaryrefslogtreecommitdiff
path: root/src/target/armv7a.h
diff options
context:
space:
mode:
authorDavid Brownell <dbrownell@users.sourceforge.net>2009-11-16 00:35:11 -0800
committerDavid Brownell <dbrownell@users.sourceforge.net>2009-11-16 00:35:11 -0800
commit1186f7efa72a86a7000dce60b090bd4f822cdceb (patch)
tree019473f28ff166a95f9ff1a24e6b92653fa52008 /src/target/armv7a.h
parentdb094c2e60176b3c63ce788159b04a7024ad1010 (diff)
downloadopenocd+libswd-1186f7efa72a86a7000dce60b090bd4f822cdceb.tar.gz
openocd+libswd-1186f7efa72a86a7000dce60b090bd4f822cdceb.tar.bz2
openocd+libswd-1186f7efa72a86a7000dce60b090bd4f822cdceb.tar.xz
openocd+libswd-1186f7efa72a86a7000dce60b090bd4f822cdceb.zip
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>
Diffstat (limited to 'src/target/armv7a.h')
-rw-r--r--src/target/armv7a.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/target/armv7a.h b/src/target/armv7a.h
index 5cdffd86..625c3a9a 100644
--- a/src/target/armv7a.h
+++ b/src/target/armv7a.h
@@ -21,7 +21,6 @@
#include "register.h"
#include "target.h"
-#include "log.h"
#include "arm_adi_v5.h"
#include "armv4_5.h"
#include "armv4_5_mmu.h"