]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - avr/eval_arg.c
Remove extern declarations from command_tbl.c, create .h files for that.
[z180-stamp.git] / avr / eval_arg.c
index b93150935cdb1983dabf8b66ff2ee39b3d81307d..fd8b067acf53bed4339feed7a82045cec96db2c2 100644 (file)
@@ -5,12 +5,10 @@
  */
 
 #include "eval_arg.h"
-#include "common.h"
-#include <stdlib.h>
+#include "command.h"   /* jump_buf */
 #include <ctype.h>
 #include <setjmp.h>
 #include "print-utils.h"
-#include "command.h"   /* jump_buf */
 
 static jmp_buf eval_jbuf;
 static char ch;