cleanup: Namespace public utils macros
[lttng-ust.git] / libringbuffer / shm.c
index 580504681acc649ef013610cbe26b16967bfc068..e4f818fce8f366f4f5a5899ee9e79eb96014febb 100644 (file)
 #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 "mmap.h"
This page took 0.023033 seconds and 4 git commands to generate.