Hide or namespace the remaining tracepoint internal symbols
[lttng-ust.git] / liblttng-ust / lttng-context-provider.c
index ea7965c863636624cfa47c9bf757c646b0346bc6..46a18c9fa92fa82ac2b410115dabbe075753d9ea 100644 (file)
 #include <sys/types.h>
 #include <unistd.h>
 
-#include <lttng/ust-context-provider.h>
+#include <ust-context-provider.h>
 
+#include "context-internal.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.026928 seconds and 4 git commands to generate.