]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - avr/cmd_run.c
Enable execution of individual sub commands on top level
[z180-stamp.git] / avr / cmd_run.c
index 719b9a85709c9d9deb7cc3ab9f6a8a0c812533c6..9c6f20f89660581366e1375ecfec566e1d13196e 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"