Mark API layering violations in the helper module with @todo notes.
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Mon, 11 May 2009 05:50:21 +0000 (05:50 +0000)
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Mon, 11 May 2009 05:50:21 +0000 (05:50 +0000)
git-svn-id: svn://svn.berlios.de/openocd/trunk@1718 b42882b7-edfa-0310-969c-e2dbd0fdcd60

src/helper/log.c
src/helper/options.c

index 794f45485831d099488d5d603f58165d8e8ab980..4ba0dd6a77d9116ee969b982b0cb6f1c2f6f2dbe 100644 (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>
index 801bd11b2606708ffb981afeef3682596582afe0..53e23c954c9b4b86e7084618aead63d7e55f06b8 100644 (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>