Fix headers include and rename kernctl.h header
[lttng-tools.git] / include / lttng / lttng.h
index 0811d594d188a36d45a5afe2cb0ff3ccdc2642a1..3e5b055625b332772b502160a248b96ea7c01ccb 100644 (file)
 #ifndef _LTTNG_H
 #define _LTTNG_H
 
-#include <asm/types.h>
-#include <sys/types.h>
-#include <stdint.h>
 #include <limits.h>
+#include <stdint.h>
+#include <sys/types.h>
 
 /* Default unix group name for tracing. */
 #define LTTNG_DEFAULT_TRACING_GROUP "tracing"
This page took 0.022808 seconds and 4 git commands to generate.