Move compat macros in 'lttng/align.h' to a private header
[lttng-ust.git] / liblttng-ust / lttng-context-provider.c
index ea7965c863636624cfa47c9bf757c646b0346bc6..b3fc21defd48bedecf3d60859c0c0a24675cf07f 100644 (file)
 #include <sys/types.h>
 #include <unistd.h>
 
-#include <lttng/ust-context-provider.h>
+#include <ust-context-provider.h>
 
 #include "lttng-tracer-core.h"
 #include "jhash.h"
 #include "context-provider-internal.h"
-#include <helper.h>
+#include <ust-helper.h>
 
 #define CONTEXT_PROVIDER_HT_BITS       12
 #define CONTEXT_PROVIDER_HT_SIZE       (1U << CONTEXT_PROVIDER_HT_BITS)
This page took 0.029806 seconds and 4 git commands to generate.