diff --git a/src/helper/command.h b/src/helper/command.h index 8d68c1838..8beeb7244 100644 --- a/src/helper/command.h +++ b/src/helper/command.h @@ -32,7 +32,7 @@ /* Jim is provied by eCos */ #include #else -#include "jim.h" +#include #endif /* To achieve C99 printf compatibility in MinGW, gnu_printf should be diff --git a/src/target/target.h b/src/target/target.h index 3e307142f..43ac65fc1 100644 --- a/src/target/target.h +++ b/src/target/target.h @@ -27,7 +27,7 @@ #define TARGET_H #include "types.h" -#include "jim.h" +#include struct reg; struct trace;