Do not install usterr-signal-safe
[lttng-ust.git] / liblttng-ust / tracepoint.c
index 66e58d0a5a34bb8dfe2e6d931ce6ddb416930c7d..abe39e572387dc8a8cc51bf6ab6a650a4a08e228 100644 (file)
 
 #define _LGPL_SOURCE
 #include <errno.h>
-#include <lttng/tracepoint.h>
-#include <lttng/core.h>
 #include <stdint.h>
 #include <stddef.h>
+
 #include <urcu/arch.h>
 #include <urcu-bp.h>
 #include <urcu/hlist.h>
 #include <urcu/uatomic.h>
 #include <urcu/compiler.h>
 
-#include <lttng/usterr-signal-safe.h>
+#include <lttng/tracepoint.h>
+
+#include <usterr-signal-safe.h>
+#include <helper.h>
+
 #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.023641 seconds and 4 git commands to generate.