From 56504fdd7353732525e34f1e3fbd44346588f979 Mon Sep 17 00:00:00 2001 From: zwelch Date: Mon, 11 May 2009 04:56:37 +0000 Subject: Audit and eliminate redundant #include directives in other target files. git-svn-id: svn://svn.berlios.de/openocd/trunk@1715 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/target/image.h | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'src/target/image.h') diff --git a/src/target/image.h b/src/target/image.h index c23cdf58..855cb215 100644 --- a/src/target/image.h +++ b/src/target/image.h @@ -26,16 +26,11 @@ #ifndef IMAGE_H #define IMAGE_H -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif +#include "fileio.h" #ifdef HAVE_ELF_H #include #endif -#include "replacements.h" -#include "fileio.h" -#include "target.h" #define IMAGE_MAX_ERROR_STRING (256) #define IMAGE_MAX_SECTIONS (128) @@ -85,7 +80,7 @@ typedef struct image_ihex_s typedef struct image_memory_s { - target_t *target; + struct target_s *target; u8 *cache; u32 cache_address; } image_memory_t; -- cgit v1.2.3