diff options
author | Thomas Adam <thomas@xteddy.org> | 2017-04-21 09:29:22 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2017-04-21 09:29:22 +0100 |
commit | 93062ad09952f411d48818b05dc9898bc14dcfde (patch) | |
tree | a509e5d7fcca2ac23558657c9fddee01da2e9125 | |
parent | 22e594fcea0c3e73660780665296e2d5d71bd745 (diff) | |
download | rtmux-93062ad09952f411d48818b05dc9898bc14dcfde.tar.gz rtmux-93062ad09952f411d48818b05dc9898bc14dcfde.tar.bz2 rtmux-93062ad09952f411d48818b05dc9898bc14dcfde.zip |
Fix after merge
-rw-r--r-- | Makefile.am | 1 | ||||
-rw-r--r-- | tmux.c | 1 |
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 \ @@ -29,7 +29,6 @@ #include <string.h> #include <time.h> #include <unistd.h> -#include <util.h> #include "tmux.h" |