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/2995
-- gerrit commit ad8749f2f2f1625f749da933a1f1ffc53692a824 Author: Marc Schink <[email protected]> Date: Sat Oct 3 13:32:52 2015 +0200 helper/options: Cleanup #includes. Change-Id: I1c05cf6bb68049176cdd1b3bcff4dcb8b9ae963e Signed-off-by: Marc Schink <[email protected]> diff --git a/src/helper/options.c b/src/helper/options.c index 5351e82..bbd071f 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 <server/server.h> +#include "log.h" +#include "command.h" #include <getopt.h> -- ------------------------------------------------------------------------------ _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
