Fix after merge

This commit is contained in:
Thomas Adam 2017-04-21 09:29:22 +01:00
parent 22e594fcea
commit 93062ad099
2 changed files with 0 additions and 2 deletions

View File

@ -151,7 +151,6 @@ dist_tmux_SOURCES = \
options.c \ options.c \
paste.c \ paste.c \
proc.c \ proc.c \
procname.c \
resize.c \ resize.c \
screen-redraw.c \ screen-redraw.c \
screen-write.c \ screen-write.c \

1
tmux.c
View File

@ -29,7 +29,6 @@
#include <string.h> #include <string.h>
#include <time.h> #include <time.h>
#include <unistd.h> #include <unistd.h>
#include <util.h>
#include "tmux.h" #include "tmux.h"