]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - avr/cmd_run.c
Remove extern declarations from command_tbl.c, create .h files for that.
[z180-stamp.git] / avr / cmd_run.c
index 6ad758bf9e7705f0eade7b9ce8188d06bda0762a..467739c6daff5c1744fc84d31f26e409bb986db4 100644 (file)
@@ -4,13 +4,9 @@
  * SPDX-License-Identifier:    GPL-2.0
  */
 
-#include "common.h"
-#include <string.h>
-#include <stdio.h>
+#include "cmd_run.h"
 
 #include "ff.h"
-#include "config.h"
-#include "command.h"
 #include "cli_readline.h"      /* console_buffer[] */
 #include "cli.h"                       /* run_command() */
 #include "env.h"