Refactoring: Privatize ring buffer config header
[lttng-ust.git] / tests / compile / test-app-ctx / hello.c
index 20df12db0e80bb4b0d2cc001d7f8e04c4e6de180..19901c7caf64559c8a8fd9e3c7370e1e38fd85b4 100644 (file)
@@ -28,9 +28,9 @@ struct mmsghdr;
 #define TRACEPOINT_DEFINE
 #include "ust_tests_hello.h"
 
-/* Internal header. */
 #include <lttng/ust-events.h>
-#include <lttng/ringbuffer-config.h>
+#include <lttng/ringbuffer-context.h>
+/* Internal header. */
 #include <ust-context-provider.h>
 
 static __thread unsigned int test_count;
This page took 0.026234 seconds and 4 git commands to generate.