Commit 93b6d72069cf3559b160c2527e1680065e779deb
1 parent
f56e8931
make added logger code build correct unter trbase
Showing
2 changed files
with
0 additions
and
3 deletions
@@ -27,7 +27,6 @@ | @@ -27,7 +27,6 @@ | ||
27 | #include <stdarg.h> | 27 | #include <stdarg.h> |
28 | 28 | ||
29 | #include "trbase.h" | 29 | #include "trbase.h" |
30 | -#include "tr/logger.h" | ||
31 | 30 | ||
32 | typedef void (* fptr_TR_log)(void *, TR_logger_level, const char * const); | 31 | typedef void (* fptr_TR_log)(void *, TR_logger_level, const char * const); |
33 | 32 |
@@ -24,8 +24,6 @@ | @@ -24,8 +24,6 @@ | ||
24 | #include <stdio.h> | 24 | #include <stdio.h> |
25 | #include <stdarg.h> | 25 | #include <stdarg.h> |
26 | 26 | ||
27 | -#include "tr/logger.h" | ||
28 | -#include "tr/interface/logger.h" | ||
29 | #include "trbase.h" | 27 | #include "trbase.h" |
30 | 28 | ||
31 | TR_CREATE_INTERFACE(TR_Logger, 1); | 29 | TR_CREATE_INTERFACE(TR_Logger, 1); |
Please
register
or
login
to post a comment