From 3e495b4001889596ac6b148cffd1735343a1333e Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 25 Jan 2017 13:49:01 +0000 Subject: compat/* should not include tmux.h. --- compat/imsg.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'compat/imsg.h') diff --git a/compat/imsg.h b/compat/imsg.h index 06fe1bc1..89946578 100644 --- a/compat/imsg.h +++ b/compat/imsg.h @@ -18,8 +18,6 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include "tmux.h" - #ifndef _IMSG_H_ #define _IMSG_H_ -- cgit