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
This commit is contained in:
zwelch 2009-05-11 05:50:21 +00:00
parent e2598f06fd
commit 6411b69af9
2 changed files with 2 additions and 0 deletions

View File

@ -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 <stdarg.h>

View File

@ -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 <getopt.h>