summaryrefslogtreecommitdiffstats
path: root/input.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-09-28 22:54:21 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-09-28 22:54:21 +0000
commit102e4b35d9b8e9be55884aade9ae081a3182b2b7 (patch)
tree498a9c194ecb5ab30e4287fea66ecc81dd20e3d3 /input.c
parentaafee17de62d21f5cd5ced9a798a89c39bb8a70a (diff)
Sort headers.
Diffstat (limited to 'input.c')
-rw-r--r--input.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/input.c b/input.c
index 01fe7f4e..58f502fc 100644
--- a/input.c
+++ b/input.c
@@ -1,4 +1,4 @@
-/* $Id: input.c,v 1.6 2007-09-28 22:47:21 nicm Exp $ */
+/* $Id: input.c,v 1.7 2007-09-28 22:54:21 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -19,8 +19,8 @@
#include <sys/types.h>
#include <stdint.h>
-#include <string.h>
#include <stdlib.h>
+#include <string.h>
#include "tmux.h"