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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user