diff options
author | zwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-05-12 08:35:17 +0000 |
---|---|---|
committer | zwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-05-12 08:35:17 +0000 |
commit | f976af56a4352d0406b930528beec105df13cacb (patch) | |
tree | 5d0f865332cdc9ec4e6db5d26f3f9faf56f0926c /src/target | |
parent | 513627092034136d9d7516b41d8ef3c8881d1950 (diff) | |
download | openocd+libswd-f976af56a4352d0406b930528beec105df13cacb.tar.gz openocd+libswd-f976af56a4352d0406b930528beec105df13cacb.tar.bz2 openocd+libswd-f976af56a4352d0406b930528beec105df13cacb.tar.xz openocd+libswd-f976af56a4352d0406b930528beec105df13cacb.zip |
Audit and remove redundant uses of replacements.h in the tree.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1761 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/target')
-rw-r--r-- | src/target/algorithm.c | 1 | ||||
-rw-r--r-- | src/target/target.h | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/src/target/algorithm.c b/src/target/algorithm.c index a3672b20..664aeb27 100644 --- a/src/target/algorithm.c +++ b/src/target/algorithm.c @@ -22,7 +22,6 @@ #endif #include "algorithm.h" -#include "replacements.h" #include "binarybuffer.h" diff --git a/src/target/target.h b/src/target/target.h index a664dc34..4a6dde1a 100644 --- a/src/target/target.h +++ b/src/target/target.h @@ -30,8 +30,6 @@ #include "algorithm.h" #include "command.h" -#include "replacements.h" - struct reg_s; struct trace_s; struct command_context_s; |