Version 2.0.6
[lttng-ust.git] / include / usterr.h
index 820d4f03d9bd062524a060556ce99398ff2da1cb..35d576ec1815ab755cd80b8a8b2659fbacfe62ee 100644 (file)
@@ -27,8 +27,7 @@
 #include <stdarg.h>
 #include <stdio.h>
 
-#include <lttng/core.h>
-#include "lttng/share.h"
+#include "share.h"
 
 enum ust_loglevel {
        UST_LOGLEVEL_UNKNOWN = 0,
@@ -63,7 +62,7 @@ static inline int ust_debug(void)
                        __func__);                              \
        } while(0)
 
-#ifdef UST_DEBUG
+#ifdef LTTNG_UST_DEBUG
 # define DBG(fmt, args...)             ERRMSG(fmt, ## args)
 # define DBG_raw(fmt, args...)                                 \
        do {                                                    \
This page took 0.031945 seconds and 4 git commands to generate.