diff options
-rw-r--r-- | src/ecosboard.c | 2 | ||||
-rw-r--r-- | src/openocd.c | 2 | ||||
-rw-r--r-- | src/xsvf/xsvf.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/ecosboard.c b/src/ecosboard.c index e4e5cb9d..5dcbfcb9 100644 --- a/src/ecosboard.c +++ b/src/ecosboard.c @@ -26,7 +26,7 @@ #include <helper/ioutil.h> #include <helper/configuration.h> #include "xsvf.h" -#include "svf.h" +#include <svf/svf.h> #include <flash/nand.h> #include <pld/pld.h> diff --git a/src/openocd.c b/src/openocd.c index 138f5cbb..a77bf896 100644 --- a/src/openocd.c +++ b/src/openocd.c @@ -33,7 +33,7 @@ #include <helper/ioutil.h> #include <helper/configuration.h> #include "xsvf.h" -#include "svf.h" +#include <svf/svf.h> #include <flash/nand.h> #include <pld/pld.h> #include <flash/mflash.h> diff --git a/src/xsvf/xsvf.c b/src/xsvf/xsvf.c index 5cacbed8..b1ddea9b 100644 --- a/src/xsvf/xsvf.c +++ b/src/xsvf/xsvf.c @@ -42,7 +42,7 @@ #include "xsvf.h" #include <jtag/jtag.h> -#include "svf.h" +#include <svf/svf.h> /* XSVF commands, from appendix B of xapp503.pdf */ |