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"