change #include "interface.h" to <jtag/interface.h>
[fw/openocd] / src / jtag / drivers / arm-jtag-ew.c
index 46c3107056d6950fb91149a4658ef8daaa9e216f..622101160305519ea976a531e1cbd51723f42440 100644 (file)
@@ -22,8 +22,8 @@
 #include "config.h"
 #endif
 
-#include "interface.h"
-#include "commands.h"
+#include <jtag/interface.h>
+#include <jtag/commands.h>
 #include <usb.h>
 #include "usb_common.h"