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
This commit is contained in:
zwelch
2009-05-11 04:28:24 +00:00
parent 0b6c73ae83
commit 0643263d68
15 changed files with 13 additions and 17 deletions

View File

@@ -20,6 +20,8 @@
#ifndef AVRF_H
#define AVRF_H
#include "types.h"
typedef struct avrf_type_s
{
char name[15];