]> git.sur5r.net Git - openocd/commitdiff
helper/log: Cleanup #includes.
authorMarc Schink <openocd-dev@marcschink.de>
Sat, 3 Oct 2015 11:48:47 +0000 (13:48 +0200)
committerFreddie Chopin <freddie.chopin@gmail.com>
Tue, 3 Nov 2015 22:17:04 +0000 (22:17 +0000)
Change-Id: Ie343524dd843d518086a86866391b5a34556082b
Signed-off-by: Marc Schink <openocd-dev@marcschink.de>
Reviewed-on: http://openocd.zylin.com/2996
Tested-by: jenkins
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
src/helper/log.c

index c15b95da16bfe9cccaada31bd6433da5c1e87dcb..0bea1c50c4ac21fcfd53067b9225158c8bef78a3 100644 (file)
@@ -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>