]> git.gag.com Git - fw/openocd/blobdiff - src/target/target.c
change #include "jtag.h" to <jtag/jtag.h>
[fw/openocd] / src / target / target.c
index 9a605f3dca81401c9f445425a47d3867d19bdb04..597046faa97b4cfc2fb8db9aaf543642924184d0 100644 (file)
 #include "target_type.h"
 #include "target_request.h"
 #include "breakpoints.h"
-#include "time_support.h"
+#include <helper/time_support.h>
 #include "register.h"
 #include "trace.h"
 #include "image.h"
-#include "jtag.h"
+#include <jtag/jtag.h>
 
 
 static int target_array2mem(Jim_Interp *interp, struct target *target, int argc, Jim_Obj *const *argv);