Cleanup: always use sysconf to get the page size
[lttng-tools.git] / src / bin / lttng / commands / rotate.c
index 4873e5495f9bc15b6cef96ce60a22d939713ba65..aa0923cc20d2af039b66d4ac5904adc4a6bddba3 100644 (file)
 #include <unistd.h>
 #include <inttypes.h>
 #include <ctype.h>
-#include <assert.h>
 
 #include <common/sessiond-comm/sessiond-comm.h>
 #include <common/mi-lttng.h>
 
 #include "../command.h"
-#include <lttng/rotation.h>
-#include <lttng/location.h>
+#include <lttng/lttng.h>
 
 static char *opt_session_name;
 static int opt_no_wait;
This page took 0.02336 seconds and 4 git commands to generate.