Sort includes and fix spaces.

This commit is contained in:
Nicholas Marriott 2013-03-25 11:53:54 +00:00
parent 4119c476aa
commit 673eb160d4
2 changed files with 4 additions and 4 deletions

View File

@ -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"