Clean-up: run format-cpp on the tree
[lttng-tools.git] / tests / regression / ust / fork / fork.c
index 7030a293d532db5d81cca4fa96c1948a938b7f55..2387f245e89678e8c71bc59bd6190228f62c11d5 100644 (file)
@@ -7,10 +7,10 @@
  */
 
 #include <stdio.h>
-#include <unistd.h>
+#include <stdlib.h>
 #include <sys/types.h>
 #include <sys/wait.h>
-#include <stdlib.h>
+#include <unistd.h>
 
 #define TRACEPOINT_DEFINE
 #define TRACEPOINT_CREATE_PROBES
This page took 0.023294 seconds and 4 git commands to generate.