Move creds.h to 'src/common/'
[lttng-ust.git] / src / lib / lttng-ust / lttng-ust-comm.c
index 2f6fe18faefa2a604e594ef0e487a7dee5bdc376..083de26d95184820e1a945f0a891c2ffebaceb9a 100644 (file)
@@ -25,7 +25,6 @@
 #include <signal.h>
 #include <limits.h>
 #include <urcu/uatomic.h>
-#include "futex.h"
 #include <urcu/compiler.h>
 #include <lttng/urcu/urcu-ust.h>
 
@@ -39,6 +38,7 @@
 #include <lttng/ust-thread.h>
 #include <lttng/ust-tracer.h>
 #include <urcu/tls-compat.h>
+#include "common/compat/futex.h"
 #include "common/ustcomm.h"
 #include "common/ust-fd.h"
 #include "common/logging.h"
@@ -52,7 +52,7 @@
 #include "clock.h"
 #include "lib/lttng-ust/getcpu.h"
 #include "common/getenv.h"
-#include "ust-events-internal.h"
+#include "lib/lttng-ust/events.h"
 #include "context-internal.h"
 #include "common/align.h"
 #include "lttng-counter-client.h"
This page took 0.023596 seconds and 4 git commands to generate.