summaryrefslogtreecommitdiff
path: root/tests/log
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-03-17 16:02:48 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-03-17 16:02:48 +0100
commit7c1d830045ea25ad3537e68b72900600d02fd135 (patch)
tree7287e020f05daa5c3fa6a5d6534f989a61a76793 /tests/log
parentd2b1bd190c039c817ca6432a4b6a66c1e8db116f (diff)
downloadwolfbones-7c1d830045ea25ad3537e68b72900600d02fd135.tar.gz
wolfbones-7c1d830045ea25ad3537e68b72900600d02fd135.tar.bz2
moved the logger (log and messages) into it's own subdirectory (is a subsystem of wolf in the end)
Diffstat (limited to 'tests/log')
-rw-r--r--tests/log/test_log.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/log/test_log.c b/tests/log/test_log.c
index e41f2df..39c861e 100644
--- a/tests/log/test_log.c
+++ b/tests/log/test_log.c
@@ -1,7 +1,7 @@
-#include "log.h" /* for logging */
-#include "messages.h" /* for i18n */
+#include "log/log.h" /* for logging */
+#include "log/messages.h" /* for i18n */
-#include <stdlib.h> /* for exit, EXIT_SUCCESS, free */
+#include <stdlib.h> /* for exit, EXIT_SUCCESS, free */
#define WOLF_CATEGORY_TEST_LOG WOLF_LAST_INTERNAL_CATEGORY+1