From 5479ed42ba30dcc692c696cf1d215278e03ce0be Mon Sep 17 00:00:00 2001 From: Marc Schink Date: Sat, 3 Oct 2015 13:32:52 +0200 Subject: [PATCH] helper/options: Cleanup #includes. Change-Id: I1c05cf6bb68049176cdd1b3bcff4dcb8b9ae963e Signed-off-by: Marc Schink Reviewed-on: http://openocd.zylin.com/2995 Tested-by: jenkins Reviewed-by: Spencer Oliver --- src/helper/options.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/helper/options.c b/src/helper/options.c index 5351e82507..bbd071fd81 100644 --- a/src/helper/options.c +++ b/src/helper/options.c @@ -26,8 +26,8 @@ #endif #include "configuration.h" -/* @todo the inclusion of server.h here is a layering violation */ -#include +#include "log.h" +#include "command.h" #include -- 2.30.2