X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Favrt.c;h=a0b271139db988fa276d88106592b1de8e6c2e99;hb=74df79d4d86b503118ec904f72549ac3e9a8e469;hp=e438fcc463a0d1ab8e8c9f214a216d80cfeab061;hpb=490e2712904a718efb320d0557f3bb8485676709;p=openocd.git diff --git a/src/target/avrt.c b/src/target/avrt.c index e438fcc463..a0b271139d 100644 --- a/src/target/avrt.c +++ b/src/target/avrt.c @@ -21,26 +21,12 @@ #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 "target_type.h" -#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);