From f976af56a4352d0406b930528beec105df13cacb Mon Sep 17 00:00:00 2001 From: zwelch Date: Tue, 12 May 2009 08:35:17 +0000 Subject: 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 --- src/target/algorithm.c | 1 - src/target/target.h | 2 -- 2 files changed, 3 deletions(-) (limited to 'src/target') 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; -- cgit v1.2.3