From: Marc Schink Date: Sat, 3 Oct 2015 11:32:52 +0000 (+0200) Subject: helper/options: Cleanup #includes. X-Git-Tag: v0.10.0-rc1~396 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=5479ed42ba30dcc692c696cf1d215278e03ce0be 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 --- 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