Move include/ust/ to include/lttng/
[lttng-ust.git] / libust / tracepoint.c
index c5121995cdfadb1adce16195922fe7301c257092..8bf875281a97769ed26f2d96974343427f7aa314 100644 (file)
 
 #define _LGPL_SOURCE
 #include <errno.h>
-#include <ust/tracepoint.h>
-#include <ust/tracepoint-internal.h>
-#include <ust/core.h>
-#include <ust/kcompat/kcompat.h>
+#include <lttng/tracepoint.h>
+#include <lttng/tracepoint-internal.h>
+#include <lttng/core.h>
+#include <lttng/kcompat/kcompat.h>
 #include <urcu-bp.h>
 #include <urcu/hlist.h>
 #include <urcu/uatomic.h>
 
-#include <ust/usterr-signal-safe.h>
+#include <lttng/usterr-signal-safe.h>
+#include "ltt-tracer-core.h"
 
 /* Set to 1 to enable tracepoint debug output */
 static const int tracepoint_debug;
This page took 0.024143 seconds and 4 git commands to generate.