X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fopenocd.c;h=9377816ff8f9a59f87bf4b969fcd9a6236d4b8ed;hb=450ceda9aec12a0b67cca8dfbaf0384824cbd6c2;hp=24535152e7fe2cc9ad621e334af45eb5c6c6a414;hpb=2fc071c6e1180f8dab1e2513106d5e18213fdc8b;p=openocd.git diff --git a/src/openocd.c b/src/openocd.c index 24535152e7..9377816ff8 100644 --- a/src/openocd.c +++ b/src/openocd.c @@ -29,14 +29,14 @@ #endif #include "openocd.h" -#include "jtag.h" +#include #include #include #include "xsvf.h" #include "svf.h" -#include "nand.h" +#include #include "pld.h" -#include "mflash.h" +#include #include "server.h" #include "gdb_server.h"