Commit 93b6d72069cf3559b160c2527e1680065e779deb

Authored by Georg Hopp
1 parent f56e8931

make added logger code build correct unter trbase

... ... @@ -27,7 +27,6 @@
27 27 #include <stdarg.h>
28 28
29 29 #include "trbase.h"
30   -#include "tr/logger.h"
31 30
32 31 typedef void (* fptr_TR_log)(void *, TR_logger_level, const char * const);
33 32
... ...
... ... @@ -24,8 +24,6 @@
24 24 #include <stdio.h>
25 25 #include <stdarg.h>
26 26
27   -#include "tr/logger.h"
28   -#include "tr/interface/logger.h"
29 27 #include "trbase.h"
30 28
31 29 TR_CREATE_INTERFACE(TR_Logger, 1);
... ...
Please register or login to post a comment