Fix: pass private data to context callbacks
[lttng-ust.git] / libcounter / shm.c
index 1689ad45bbf490713a36ac75776705e4531d87a6..b8a07e132d2985aaf7b0caace7368de2562f22e0 100644 (file)
@@ -5,7 +5,6 @@
  */
 
 #define _LGPL_SOURCE
-#include <config.h>
 #include "shm.h"
 #include <unistd.h>
 #include <fcntl.h>
 #include <stdio.h>
 #include <signal.h>
 #include <dirent.h>
-#include <lttng/align.h>
 #include <limits.h>
 #include <stdbool.h>
 #include <stdint.h>
+
 #ifdef HAVE_LIBNUMA
 #include <numa.h>
 #include <numaif.h>
 #endif
+
+#include <lttng/ust-utils.h>
+
 #include <ust-helper.h>
 #include <ust-fd.h>
 #include "../libringbuffer/mmap.h"
This page took 0.02267 seconds and 4 git commands to generate.