Sort includes according to NetBSD KNF
authorSiraaj Khandkar <siraaj@khandkar.net>
Mon, 9 Mar 2020 15:48:28 +0000 (11:48 -0400)
committerSiraaj Khandkar <siraaj@khandkar.net>
Mon, 9 Mar 2020 15:48:28 +0000 (11:48 -0400)
x5/khatus.c

index d14c7d4..bdf2c1d 100644 (file)
@@ -1,15 +1,16 @@
-#include <fcntl.h>
-#include <unistd.h>
 #include <sys/select.h>
 #include <sys/stat.h>
-#include <X11/Xlib.h>
 
 #include <assert.h>
 #include <ctype.h>
 #include <errno.h>
+#include <fcntl.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <unistd.h>
+
+#include <X11/Xlib.h>
 
 #define debug(args...) {fprintf(stderr, "[debug] " args);}
 #define info( args...) {fprintf(stderr, "[info] "  args);}
This page took 0.019271 seconds and 4 git commands to generate.