]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - avr/cmd_misc.c
Remove extern declarations from command_tbl.c, create .h files for that.
[z180-stamp.git] / avr / cmd_misc.c
index a0ee26e7afedafd9e91b59f3a273d072bc66007f..a88ba7292e57d71c541a4fa4cc2a6cb0c7f9949e 100644 (file)
@@ -7,11 +7,10 @@
  * SPDX-License-Identifier:    GPL-2.0
  */
 
-#include "common.h"
+#include "cmd_misc.h"
 #include "eval_arg.h"
 #include <stdbool.h>
 
-#include "command.h"
 #include "timer.h"
 #include "con-utils.h"
 #include "getopt-min.h"