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__archive__
parent
e2598f06fd
commit
6411b69af9
|
@ -29,6 +29,7 @@
|
||||||
|
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "time_support.h"
|
#include "time_support.h"
|
||||||
|
// @todo the inclusion of server.h here is a layering violation
|
||||||
#include "server.h"
|
#include "server.h"
|
||||||
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
|
|
@ -26,6 +26,7 @@
|
||||||
|
|
||||||
#include "configuration.h"
|
#include "configuration.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
|
// @todo the inclusion of server.h here is a layering violation
|
||||||
#include "server.h"
|
#include "server.h"
|
||||||
|
|
||||||
#include <getopt.h>
|
#include <getopt.h>
|
||||||
|
|
Loading…
Reference in New Issue