summaryrefslogtreecommitdiffstats
path: root/server-client.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2013-03-25 11:53:54 +0000
committerNicholas Marriott <nicm@openbsd.org>2013-03-25 11:53:54 +0000
commit673eb160d428b294cea1ed5ca2a2c3cb3760b00f (patch)
treeca1661e74229382edd4030080145fb422d126760 /server-client.c
parent4119c476aac32ca049991f06fc087d780ed882d1 (diff)
Sort includes and fix spaces.
Diffstat (limited to 'server-client.c')
-rw-r--r--server-client.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/server-client.c b/server-client.c
index 13c037d8..f61912bc 100644
--- a/server-client.c
+++ b/server-client.c
@@ -21,10 +21,10 @@
#include <event.h>
#include <fcntl.h>
-#include <string.h>
-#include <time.h>
#include <paths.h>
#include <stdlib.h>
+#include <string.h>
+#include <time.h>
#include <unistd.h>
#include "tmux.h"