summaryrefslogtreecommitdiff
path: root/src/flash/cfi.c
diff options
context:
space:
mode:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-05-11 04:30:41 +0000
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-05-11 04:30:41 +0000
commitfbcb57baf842a84898dcc1cbe9a8b56d2a0028e1 (patch)
tree9468a8c2fd8ed83ff2d6643e4f6f3e80a92240c5 /src/flash/cfi.c
parent0643263d68bcddc56eaa7e3678b7502798410711 (diff)
downloadopenocd+libswd-fbcb57baf842a84898dcc1cbe9a8b56d2a0028e1.tar.gz
openocd+libswd-fbcb57baf842a84898dcc1cbe9a8b56d2a0028e1.tar.bz2
openocd+libswd-fbcb57baf842a84898dcc1cbe9a8b56d2a0028e1.tar.xz
openocd+libswd-fbcb57baf842a84898dcc1cbe9a8b56d2a0028e1.zip
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
Diffstat (limited to 'src/flash/cfi.c')
-rw-r--r--src/flash/cfi.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/flash/cfi.c b/src/flash/cfi.c
index edc4645f..0eb44d6b 100644
--- a/src/flash/cfi.c
+++ b/src/flash/cfi.c
@@ -23,22 +23,11 @@
#include "config.h"
#endif
-#include "replacements.h"
-
#include "cfi.h"
#include "non_cfi.h"
-
-#include "flash.h"
-#include "target.h"
-#include "log.h"
#include "armv4_5.h"
-#include "algorithm.h"
#include "binarybuffer.h"
-#include "types.h"
-#include <stdlib.h>
-#include <string.h>
-#include <unistd.h>
static int cfi_register_commands(struct command_context_s *cmd_ctx);
static int cfi_flash_bank_command(struct command_context_s *cmd_ctx, char *cmd, char **args, int argc, struct flash_bank_s *bank);