From 8a271d9dd189f4d8f218d718f7285d7927c3d1ad Mon Sep 17 00:00:00 2001 From: Spencer Oliver Date: Fri, 28 Sep 2012 14:26:00 +0100 Subject: [PATCH] build: remove unnecessary jim.h include as well as not being required, as it is already included by jim-nvp.h. It also makes the doxygen output a bit clearer to read. Change-Id: Ia2bed7142b4a56b48b1ecf0734e63f860dcd1014 Signed-off-by: Spencer Oliver Reviewed-on: http://openocd.zylin.com/859 Tested-by: jenkins Reviewed-by: Freddie Chopin --- src/helper/command.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/helper/command.h b/src/helper/command.h index 6c0e0f6de..e50fff2ec 100644 --- a/src/helper/command.h +++ b/src/helper/command.h @@ -24,7 +24,6 @@ #ifndef COMMAND_H #define COMMAND_H -#include #include /* To achieve C99 printf compatibility in MinGW, gnu_printf should be -- 2.11.4.GIT