From 559d08c19ed838f7bb2a77ce56a5a274641111f8 Mon Sep 17 00:00:00 2001 From: Øyvind Harboe Date: Sun, 10 Oct 2010 19:17:03 +0200 Subject: jim tests: use installed Delete obsolete jim that comes with OpenOCD. --- src/helper/command.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/helper/command.h') diff --git a/src/helper/command.h b/src/helper/command.h index 1bf2cb48..0ee66b09 100644 --- a/src/helper/command.h +++ b/src/helper/command.h @@ -29,12 +29,11 @@ #if BUILD_ECOSBOARD #include #include -/* Jim is provied by eCos */ -#include -#else -#include #endif +#include +#include + /* To achieve C99 printf compatibility in MinGW, gnu_printf should be * used for __attribute__((format( ... ))), with GCC v4.4 or later */ -- cgit v1.2.3