diff --git a/src/ecosboard.c b/src/ecosboard.c index d979c1878..c93cea05b 100644 --- a/src/ecosboard.c +++ b/src/ecosboard.c @@ -23,7 +23,7 @@ #include "types.h" #include "jtag.h" -#include "ioutil.h" +#include #include #include "xsvf.h" #include "svf.h" diff --git a/src/openocd.c b/src/openocd.c index 9c8bcac08..24535152e 100644 --- a/src/openocd.c +++ b/src/openocd.c @@ -30,7 +30,7 @@ #include "openocd.h" #include "jtag.h" -#include "ioutil.h" +#include #include #include "xsvf.h" #include "svf.h"