Fix: liblttng-ust-ctl: missing ring buffer and counter clients init/exit symbols
[lttng-ust.git] / liblttng-ust / lttng-ust-elf.c
index b22b4b63087aee739a00ccad7ad59c570403a307..74b3f3ca661aac9fe3b9e4e43f7dbe6f8c8388fd 100644 (file)
@@ -6,9 +6,6 @@
 
 #define _LGPL_SOURCE
 #include <fcntl.h>
-#include <ust-helper.h>
-#include <lttng/align.h>
-#include <lttng/ust-elf.h>
 #include <stdbool.h>
 #include <stdint.h>
 #include <string.h>
 #include <sys/types.h>
 #include <unistd.h>
 
+#include <lttng/ust-utils.h>
+
+#include <ust-elf.h>
 #include <ust-fd.h>
 
 #include "lttng-tracer-core.h"
+#include "lttng-ust-elf.h"
+#include "ust-helper.h"
 
 #define BUF_LEN        4096
 
This page took 0.022847 seconds and 4 git commands to generate.