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