summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2017-04-21 09:29:22 +0100
committerThomas Adam <thomas@xteddy.org>2017-04-21 09:29:22 +0100
commit93062ad09952f411d48818b05dc9898bc14dcfde (patch)
treea509e5d7fcca2ac23558657c9fddee01da2e9125
parent22e594fcea0c3e73660780665296e2d5d71bd745 (diff)
Fix after merge
-rw-r--r--Makefile.am1
-rw-r--r--tmux.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 7c356c06..b2464030 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -151,7 +151,6 @@ dist_tmux_SOURCES = \
options.c \
paste.c \
proc.c \
- procname.c \
resize.c \
screen-redraw.c \
screen-write.c \
diff --git a/tmux.c b/tmux.c
index 734b7631..14e3a4dd 100644
--- a/tmux.c
+++ b/tmux.c
@@ -29,7 +29,6 @@
#include <string.h>
#include <time.h>
#include <unistd.h>
-#include <util.h>
#include "tmux.h"