Implement error.h
[lttng-ust.git] / liblttng-ust / tracepoint.c
index 526ee00e58d130cd2093ab59e31078b7cdbf52b4..2f8474f598237f6b9d62617de59f472e07f0fb4f 100644 (file)
@@ -22,7 +22,6 @@
 #define _LGPL_SOURCE
 #include <errno.h>
 #include <lttng/tracepoint.h>
-#include <lttng/core.h>
 #include <stdint.h>
 #include <stddef.h>
 #include <urcu/arch.h>
@@ -35,6 +34,7 @@
 #include "tracepoint-internal.h"
 #include "ltt-tracer-core.h"
 #include "jhash.h"
+#include "error.h"
 
 /* Set to 1 to enable tracepoint debug output */
 static const int tracepoint_debug;
This page took 0.023325 seconds and 4 git commands to generate.