Move compat macros in 'lttng/align.h' to a private header
[lttng-ust.git] / liblttng-ust / lttng-ust-comm.c
index 891eb16eef2ec71eb81cbf7d0c108a8d04d0f0be..18701936feacd241c505e7f134092ec2079c6956 100644 (file)
@@ -29,7 +29,6 @@
 #include <urcu/compiler.h>
 #include <lttng/urcu/urcu-ust.h>
 
-#include <lttng/align.h>
 #include <lttng/ust-events.h>
 #include <lttng/ust-abi.h>
 #include <lttng/ust.h>
@@ -50,6 +49,7 @@
 #include "getenv.h"
 #include "ust-events-internal.h"
 #include "context-internal.h"
+#include "ust-compat.h"
 
 /* Concatenate lttng ust shared library name with its major version number. */
 #define LTTNG_UST_LIB_SO_NAME "liblttng-ust.so." __ust_stringify(CONFIG_LTTNG_UST_LIBRARY_VERSION_MAJOR)
This page took 0.02409 seconds and 4 git commands to generate.