]> git.sur5r.net Git - openocd/blobdiff - src/flash/ocl.c
David Brownell <david-b@pacbell.net>:
[openocd] / src / flash / ocl.c
index ec8c20dcecf4c8b2287d3b11e4c64d95fa04dab7..e2099a1191a41d8fe780a0da960b13cedb7fb95c 100644 (file)
 #include "config.h"
 #endif
 
-#include "replacements.h"
-
 #include "ocl.h"
-
 #include "flash.h"
-#include "target.h"
-#include "log.h"
-#include "binarybuffer.h"
-#include "types.h"
 #include "embeddedice.h"
-#include "arm7_9_common.h"
 
-#include <stdlib.h>
-#include <string.h>
-#include <unistd.h>
 
 static int ocl_register_commands(struct command_context_s *cmd_ctx);
 static int ocl_flash_bank_command(struct command_context_s *cmd_ctx, char *cmd, char **args, int argc, struct flash_bank_s *bank);