Cleanup: apply `include-what-you-use` guideline for `uint*_t`
[lttng-ust.git] / include / lttng / ust-ctl.h
index 56128490173059bdfbae4308bf3e10212f417de5..4b254efac37d458025379116c73151070ec77458 100644 (file)
 #ifndef _LTTNG_UST_CTL_H
 #define _LTTNG_UST_CTL_H
 
+#include <limits.h>
 #include <stddef.h>
-#include <lttng/ust-abi.h>
+#include <stdint.h>
 #include <sys/types.h>
-#include <limits.h>
+
+#include <lttng/ust-abi.h>
 
 #ifndef LTTNG_PACKED
 #error "LTTNG_PACKED should be defined"
This page took 0.023198 seconds and 4 git commands to generate.