diff options
Diffstat (limited to 'src/flash/tms470.c')
-rw-r--r-- | src/flash/tms470.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/flash/tms470.c b/src/flash/tms470.c index 91f0cc0f..1d7497f1 100644 --- a/src/flash/tms470.c +++ b/src/flash/tms470.c @@ -21,10 +21,8 @@ #include "config.h" #endif -#include "log.h" #include "tms470.h" -#include <string.h> -#include <unistd.h> + static int tms470_register_commands(struct command_context_s *cmd_ctx); static int tms470_flash_bank_command(struct command_context_s *cmd_ctx, char *cmd, char **args, int argc, struct flash_bank_s *bank); |