From 93062ad09952f411d48818b05dc9898bc14dcfde Mon Sep 17 00:00:00 2001 From: Thomas Adam Date: Fri, 21 Apr 2017 09:29:22 +0100 Subject: Fix after merge --- Makefile.am | 1 - tmux.c | 1 - 2 files changed, 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 #include #include -#include #include "tmux.h" -- cgit v1.2.3