change #include "jtag.h" to <jtag/jtag.h>
[fw/openocd] / src / ecosboard.c
index d979c187865b480a0e7485f0d4a204eecfec6d2d..b42a777cd4aba65978f7a79ccf9c73c87834e1e7 100644 (file)
@@ -21,9 +21,9 @@
 #include "config.h"
 #endif
 
-#include "types.h"
-#include "jtag.h"
-#include "ioutil.h"
+#include <helper/types.h>
+#include <jtag/jtag.h>
+#include <helper/ioutil.h>
 #include <helper/configuration.h>
 #include "xsvf.h"
 #include "svf.h"