Move internal headers to 'src/' dir
[lttng-ust.git] / src / liblttng-ust / lttng-context-provider.c
index c70da2089992a71a102d5faf3d6438039b044e7e..caeb387bd6b3b31ca7bb40305aced74393e11fd9 100644 (file)
 #include <sys/types.h>
 #include <unistd.h>
 
-#include <ust-context-provider.h>
+#include <common/ust-context-provider.h>
 
 #include "context-internal.h"
 #include "lttng-tracer-core.h"
 #include "jhash.h"
 #include "context-provider-internal.h"
-#include <ust-helper.h>
+#include "common/macros.h"
 
 struct lttng_ust_registered_context_provider {
        const struct lttng_ust_context_provider *provider;
This page took 0.030448 seconds and 4 git commands to generate.