From b402cef338e863ffe503f2fcdce3fb44d879efbf Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Fri, 14 Aug 2009 21:13:48 +0000 Subject: Adjust imsg changes to the portable version due to OpenBSD patchset 243. --- tmux.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index cbb6434a..027c1734 100644 --- a/tmux.h +++ b/tmux.h @@ -1,4 +1,4 @@ -/* $Id: tmux.h,v 1.410 2009-08-14 21:04:04 tcunha Exp $ */ +/* $Id: tmux.h,v 1.411 2009-08-14 21:13:48 tcunha Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -35,7 +35,6 @@ #include #include "array.h" -#include "imsg.h" #include "compat.h" -- cgit