diff options
Diffstat (limited to 'src/flash/stm32x.c')
-rw-r--r-- | src/flash/stm32x.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/flash/stm32x.c b/src/flash/stm32x.c index e151fc57..2a3b764c 100644 --- a/src/flash/stm32x.c +++ b/src/flash/stm32x.c @@ -24,18 +24,10 @@ #include "config.h" #endif -#include "replacements.h" - #include "stm32x.h" -#include "flash.h" -#include "target.h" -#include "log.h" #include "armv7m.h" -#include "algorithm.h" #include "binarybuffer.h" -#include <stdlib.h> -#include <string.h> static int stm32x_register_commands(struct command_context_s *cmd_ctx); static int stm32x_flash_bank_command(struct command_context_s *cmd_ctx, char *cmd, char **args, int argc, struct flash_bank_s *bank); |