1
0
mirror of https://github.com/tmux/tmux.git synced 2025-04-09 02:18:48 +00:00

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 \
paste.c \
proc.c \
procname.c \
resize.c \
screen-redraw.c \
screen-write.c \

1
tmux.c
View File

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