summaryrefslogtreecommitdiff
path: root/src/target/armv7a.h
diff options
context:
space:
mode:
authorDavid Brownell <dbrownell@users.sourceforge.net>2009-11-16 00:35:14 -0800
committerDavid Brownell <dbrownell@users.sourceforge.net>2009-11-16 00:35:14 -0800
commit8193f17c3aeb948ca8f70ed3361e8b2bccefffed (patch)
tree92a85ed1cca372c0da886fe1a3fc3e22b894d83f /src/target/armv7a.h
parent1186f7efa72a86a7000dce60b090bd4f822cdceb (diff)
downloadopenocd+libswd-8193f17c3aeb948ca8f70ed3361e8b2bccefffed.tar.gz
openocd+libswd-8193f17c3aeb948ca8f70ed3361e8b2bccefffed.tar.bz2
openocd+libswd-8193f17c3aeb948ca8f70ed3361e8b2bccefffed.tar.xz
openocd+libswd-8193f17c3aeb948ca8f70ed3361e8b2bccefffed.zip
target: no implicit #includes of "register.h"
Same deal: "register.h" got needlessly included all over the place because of being in a few widely included headers. So take it out of the header files which included it, and put it in files which use it ... reduce needless interdependencies. Also, don't need that extra "types.h" inclusion. 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 625c3a9a..facd1505 100644
--- a/src/target/armv7a.h
+++ b/src/target/armv7a.h
@@ -19,7 +19,6 @@
#ifndef ARMV7A_H
#define ARMV7A_H
-#include "register.h"
#include "target.h"
#include "arm_adi_v5.h"
#include "armv4_5.h"