Merge branch 'master' of ssh://git.lttng.org/home/git/lttng-tools
[lttng-tools.git] / liblttng-sessiond-comm / lttng-sessiond-comm.c
index 9a540f0a6d0772ff2c8fadfc61a377b0582b7640..b293ac0b0e2672c2a37b2371e2b5417088323f87 100644 (file)
@@ -17,6 +17,7 @@
  */
 
 #define _GNU_SOURCE
+#include <assert.h>
 #include <limits.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -26,7 +27,6 @@
 #include <sys/types.h>
 #include <sys/un.h>
 #include <unistd.h>
-#include <assert.h>
 
 #include <lttng-sessiond-comm.h>
 
This page took 0.023462 seconds and 4 git commands to generate.