Hide or namespace the remaining tracepoint internal symbols
[lttng-ust.git] / liblttng-ust / lttng-context-provider.c
index 9af001b57284d0b7e45ff1fd00f6a94efd74fa08..46a18c9fa92fa82ac2b410115dabbe075753d9ea 100644 (file)
 
 #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.022608 seconds and 4 git commands to generate.