From c467c3ddd5a5709685d3dc8b49d7e00554f8ced2 Mon Sep 17 00:00:00 2001 From: Marc Schink Date: Sat, 3 Oct 2015 13:48:47 +0200 Subject: [PATCH] helper/log: Cleanup #includes. Change-Id: Ie343524dd843d518086a86866391b5a34556082b Signed-off-by: Marc Schink Reviewed-on: http://openocd.zylin.com/2996 Tested-by: jenkins Reviewed-by: Spencer Oliver --- src/helper/log.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/helper/log.c b/src/helper/log.c index c15b95da16..0bea1c50c4 100644 --- a/src/helper/log.c +++ b/src/helper/log.c @@ -28,9 +28,9 @@ #include "config.h" #endif +#include "log.h" +#include "command.h" #include "time_support.h" -/* @todo the inclusion of server.h here is a layering violation */ -#include #include -- 2.30.2