]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - avr/eval_arg.c
clean up includes
[z180-stamp.git] / avr / eval_arg.c
index b93150935cdb1983dabf8b66ff2ee39b3d81307d..deb601fd6ff1f5a1311af94004782094a2150987 100644 (file)
@@ -5,12 +5,9 @@
  */
 
 #include "eval_arg.h"
-#include "common.h"
-#include <stdlib.h>
-#include <ctype.h>
+#include "command.h"   /* jump_buf */
 #include <setjmp.h>
 #include "print-utils.h"
-#include "command.h"   /* jump_buf */
 
 static jmp_buf eval_jbuf;
 static char ch;