change #include "jtag.h" to <jtag/jtag.h>
[fw/openocd] / src / openocd.c
index 9a080191e42c0ac9aa10390b3ba1093ea5f3066e..38eb57b0c76933151ef856a812eb91df87233ee6 100644 (file)
@@ -29,9 +29,9 @@
 #endif
 
 #include "openocd.h"
-#include "jtag.h"
-#include "ioutil.h"
-#include "configuration.h"
+#include <jtag/jtag.h>
+#include <helper/ioutil.h>
+#include <helper/configuration.h>
 #include "xsvf.h"
 #include "svf.h"
 #include "nand.h"