X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Ftarget%2Favrt.c;h=d0c866b66ea03cdd35d97f6e9f2167ad9132ffc5;hb=56504fdd7353732525e34f1e3fbd44346588f979;hp=e438fcc463a0d1ab8e8c9f214a216d80cfeab061;hpb=68b05c55759970657c32607b3ce27c42e65cdad0;p=fw%2Fopenocd diff --git a/src/target/avrt.c b/src/target/avrt.c index e438fcc46..d0c866b66 100644 --- a/src/target/avrt.c +++ b/src/target/avrt.c @@ -21,26 +21,11 @@ #include "config.h" #endif -#include "replacements.h" - #include "avrt.h" - -#include "register.h" #include "target.h" -#include "log.h" -#include "jtag.h" -#include "binarybuffer.h" -#include "time_support.h" -#include "breakpoints.h" -#include "fileio.h" - -#include -#include -#include -#include -#define AVR_JTAG_INS_LEN 4 +#define AVR_JTAG_INS_LEN 4 /* cli handling */ int avr_register_commands(struct command_context_s *cmd_ctx);