From 68b05c55759970657c32607b3ce27c42e65cdad0 Mon Sep 17 00:00:00 2001 From: zwelch Date: Mon, 11 May 2009 04:46:21 +0000 Subject: Audit and eliminate redundant #include directives in arm target files. git-svn-id: svn://svn.berlios.de/openocd/trunk@1714 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/target/armv4_5_cache.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/target/armv4_5_cache.h') diff --git a/src/target/armv4_5_cache.h b/src/target/armv4_5_cache.h index 03b95935..0a6e88ae 100644 --- a/src/target/armv4_5_cache.h +++ b/src/target/armv4_5_cache.h @@ -21,7 +21,8 @@ #define ARMV4_5_CACHE_H #include "types.h" -#include "command.h" + +struct command_context_s; typedef struct armv4_5_cachesize_s { -- cgit v1.2.3