This is an automated email from Gerrit. Marc Schink ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/2996
-- gerrit commit 78758031a310d08415a99d4e0920774a47c1a647 Author: Marc Schink <[email protected]> Date: Sat Oct 3 13:48:47 2015 +0200 helper/log: Cleanup #includes. Change-Id: Ie343524dd843d518086a86866391b5a34556082b Signed-off-by: Marc Schink <[email protected]> diff --git a/src/helper/log.c b/src/helper/log.c index c15b95d..0bea1c5 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 <server/server.h> #include <stdarg.h> -- ------------------------------------------------------------------------------ _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
