Audit and eliminate redundant #include directives in src/flash sources.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1712 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
zwelch
2009-05-11 04:30:41 +00:00
parent 0643263d68
commit fbcb57baf8
27 changed files with 20 additions and 242 deletions

View File

@@ -21,20 +21,10 @@
#include "config.h"
#endif
#include <string.h>
#include "replacements.h"
#include "flash.h"
#include "embeddedice.h"
#include "image.h"
#include "target.h"
#include "flash.h"
#include "target.h"
#include "log.h"
#include "binarybuffer.h"
#include "../target/embeddedice.h"
#include "types.h"
static int ecosflash_register_commands(struct command_context_s *cmd_ctx);
static int ecosflash_flash_bank_command(struct command_context_s *cmd_ctx, char *cmd, char **args, int argc, struct flash_bank_s *bank);