Fix loglevel value enable: use isdigit rather than isalpha
[lttng-ust.git] / liblttng-ust / ltt-tracer.h
index 6ab80e7c118a7c94d58388eb14c3a1d6411d5def..fb54e9cdfdc45ef761f7845f62e45396f5885c19 100644 (file)
 
 #include <stdarg.h>
 #include <stdint.h>
-#include <lttng/core.h>
-#include <lttng/compat.h>
 #include <lttng/ust-events.h>
 #include "ltt-tracer-core.h"
+#include "compat.h"
 
 /* Number of bytes to log with a read/write event */
 #define LTT_LOG_RW_SIZE                        32L
This page took 0.022802 seconds and 4 git commands to generate.