Cleanup: apply `include-what-you-use` guideline for `uint*_t`
[lttng-ust.git] / tests / test-app-ctx / hello.c
index 85064846ab60ca449ac17045df97c12e0ee2566b..e9e45ec7c51db46aae588276d14085322136ac06 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
-#include <stdio.h>
-#include <unistd.h>
-#include <sys/mman.h>
-#include <stdarg.h>
-#include <sys/types.h>
-#include <sys/stat.h>
 #include <fcntl.h>
 #include <signal.h>
+#include <stdarg.h>
+#include <stdint.h>
+#include <stdio.h>
 #include <string.h>
+#include <sys/mman.h>
+#include <sys/stat.h>
+#include <sys/types.h>
+#include <unistd.h>
 /*
  * Work-around inet.h missing struct mmsghdr forward declaration, with
  * triggers a warning when system files warnings are enabled.
This page took 0.022725 seconds and 4 git commands to generate.