home
/
code
/
khatus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfab34f
)
Sort includes according to NetBSD KNF
author
Siraaj Khandkar
<siraaj@khandkar.net>
Mon, 9 Mar 2020 15:48:28 +0000
(11:48 -0400)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Mon, 9 Mar 2020 15:48:28 +0000
(11:48 -0400)
x5/khatus.c
patch
|
blob
|
blame
|
history
diff --git
a/x5/khatus.c
b/x5/khatus.c
index
d14c7d4
..
bdf2c1d
100644
(file)
--- a/
x5/khatus.c
+++ b/
x5/khatus.c
@@
-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.028953 seconds
and
4
git commands to generate.