forked from auracaster/openocd
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:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user