X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/5caa8c2b8906f17ca97aad2be3d746c3b5fef8f3..7eecbdacec66226ebc3959411883aeaebcf9791d:/avr/eval_arg.c diff --git a/avr/eval_arg.c b/avr/eval_arg.c index b931509..fd8b067 100644 --- a/avr/eval_arg.c +++ b/avr/eval_arg.c @@ -5,12 +5,10 @@ */ #include "eval_arg.h" -#include "common.h" -#include +#include "command.h" /* jump_buf */ #include #include #include "print-utils.h" -#include "command.h" /* jump_buf */ static jmp_buf eval_jbuf; static char ch;