summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2021-01-17 17:21:51 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2021-01-17 17:21:51 +0000
commita3011be0d267a090c8bfa01a4ebe093bc203a1c4 (patch)
tree990fbfa2a16bd0c975679ece1bca5e8a21e96056 /tmux.h
parentdc1e1125a55af9a928a7cbe99026ad500c4271b1 (diff)
Look for libevent2 differently from libevent for platforms with both.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 2fdf7eb6..0d7d8f48 100644
--- a/tmux.h
+++ b/tmux.h
@@ -22,7 +22,6 @@
#include <sys/time.h>
#include <sys/uio.h>
-#include <event.h>
#include <limits.h>
#include <stdarg.h>
#include <stdio.h>