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