helper/options: Cleanup #includes.

Change-Id: I1c05cf6bb68049176cdd1b3bcff4dcb8b9ae963e
Signed-off-by: Marc Schink <openocd-dev@marcschink.de>
Reviewed-on: http://openocd.zylin.com/2995
Tested-by: jenkins
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
__archive__
Marc Schink 2015-10-03 13:32:52 +02:00 committed by Freddie Chopin
parent c467c3ddd5
commit 5479ed42ba
1 changed files with 2 additions and 2 deletions

View File

@ -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>