From: zwelch Date: Mon, 11 May 2009 05:50:21 +0000 (+0000) Subject: Mark API layering violations in the helper module with @todo notes. X-Git-Tag: v0.2.0~788 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=6411b69af9415f46da7ce1f62b458b8b6014c976 Mark API layering violations in the helper module with @todo notes. git-svn-id: svn://svn.berlios.de/openocd/trunk@1718 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- diff --git a/src/helper/log.c b/src/helper/log.c index 794f454858..4ba0dd6a77 100644 --- a/src/helper/log.c +++ b/src/helper/log.c @@ -29,6 +29,7 @@ #include "log.h" #include "time_support.h" +// @todo the inclusion of server.h here is a layering violation #include "server.h" #include diff --git a/src/helper/options.c b/src/helper/options.c index 801bd11b26..53e23c954c 100644 --- a/src/helper/options.c +++ b/src/helper/options.c @@ -26,6 +26,7 @@ #include "configuration.h" #include "log.h" +// @todo the inclusion of server.h here is a layering violation #include "server.h" #include