diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2007-09-28 22:54:21 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2007-09-28 22:54:21 +0000 |
commit | 102e4b35d9b8e9be55884aade9ae081a3182b2b7 (patch) | |
tree | 498a9c194ecb5ab30e4287fea66ecc81dd20e3d3 /input.c | |
parent | aafee17de62d21f5cd5ced9a798a89c39bb8a70a (diff) | |
download | rtmux-102e4b35d9b8e9be55884aade9ae081a3182b2b7.tar.gz rtmux-102e4b35d9b8e9be55884aade9ae081a3182b2b7.tar.bz2 rtmux-102e4b35d9b8e9be55884aade9ae081a3182b2b7.zip |
Sort headers.
Diffstat (limited to 'input.c')
-rw-r--r-- | input.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |