From 0643263d68bcddc56eaa7e3678b7502798410711 Mon Sep 17 00:00:00 2001 From: zwelch Date: Mon, 11 May 2009 04:28:24 +0000 Subject: Audit and eliminate redundant #include directives in src/flash headers. git-svn-id: svn://svn.berlios.de/openocd/trunk@1711 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/flash/non_cfi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/flash/non_cfi.h') diff --git a/src/flash/non_cfi.h b/src/flash/non_cfi.h index e4b33d40..3950e21b 100644 --- a/src/flash/non_cfi.h +++ b/src/flash/non_cfi.h @@ -20,7 +20,7 @@ #ifndef NON_CFI_H #define NON_CFI_H -#include "types.h" +#include "flash.h" typedef struct non_cfi_s { -- cgit v1.2.3