Move include/ust/ to include/lttng/
[lttng-ust.git] / libust / tracepoint.c
index 1a18463667d3bdac31c67855a99c28b79c0c3ccd..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 */
This page took 0.024229 seconds and 4 git commands to generate.