diff options
author | Thomas Adam <thomas@xteddy.org> | 2015-05-09 12:53:53 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2015-05-09 12:53:53 +0100 |
commit | c11f628342e068baff30c7bee48eb62476406145 (patch) | |
tree | 78853ed35b7c6b8bce2c66c5b5766cc3ade3a7d0 | |
parent | 504b97b6a4314a7a052d9b05de746515e2a03628 (diff) | |
parent | 63b7a031a52786e9ec72d8d284a46806bfdc848b (diff) | |
download | rtmux-c11f628342e068baff30c7bee48eb62476406145.tar.gz rtmux-c11f628342e068baff30c7bee48eb62476406145.tar.bz2 rtmux-c11f628342e068baff30c7bee48eb62476406145.zip |
Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code
-rw-r--r-- | compat/imsg-buffer.c | 1 | ||||
-rw-r--r-- | compat/imsg.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/compat/imsg-buffer.c b/compat/imsg-buffer.c index 450fdf1b..6756de0a 100644 --- a/compat/imsg-buffer.c +++ b/compat/imsg-buffer.c @@ -17,7 +17,6 @@ */ #include <sys/types.h> -#include <sys/queue.h> #include <sys/socket.h> #include <sys/uio.h> diff --git a/compat/imsg.c b/compat/imsg.c index af0da44f..9db26ad6 100644 --- a/compat/imsg.c +++ b/compat/imsg.c @@ -17,7 +17,6 @@ */ #include <sys/types.h> -#include <sys/queue.h> #include <sys/socket.h> #include <sys/uio.h> |