From a3011be0d267a090c8bfa01a4ebe093bc203a1c4 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sun, 17 Jan 2021 17:21:51 +0000 Subject: Look for libevent2 differently from libevent for platforms with both. --- alerts.c | 1 - 1 file changed, 1 deletion(-) (limited to 'alerts.c') diff --git a/alerts.c b/alerts.c index 0f2eb179..4cc5c3eb 100644 --- a/alerts.c +++ b/alerts.c @@ -18,7 +18,6 @@ #include -#include #include #include "tmux.h" -- cgit