Clean-up: run format-cpp on the tree
[lttng-tools.git] / tests / regression / ust / ust-dl / prog.c
index e4288928fad5235245086f8f47087bcb4eb2ab3c..60fb0d1dc9c415f9671a04ae910eb4780c5dd8c7 100644 (file)
@@ -6,12 +6,12 @@
  */
 
 /* _GNU_SOURCE is defined by config.h */
+#include <common/compat/errno.hpp>
+
 #include <dlfcn.h>
 #include <stdio.h>
-#include <unistd.h>
 #include <stdlib.h>
-
-#include <common/compat/errno.hpp>
+#include <unistd.h>
 
 /*
  * libfoo has a direct dependency on libbar.
This page took 0.022522 seconds and 4 git commands to generate.