diff options
author | 2009-06-05 23:44:14 +0000 | |
---|---|---|
committer | 2009-06-05 23:44:14 +0000 | |
commit | 4946e53e545e83503c13077d265dfdffe169656b (patch) | |
tree | ded508c296da0482457c68c3272f3d94f9312405 | |
parent | 4 handed diff with eric: (diff) | |
download | wireguard-openbsd-4946e53e545e83503c13077d265dfdffe169656b.tar.xz wireguard-openbsd-4946e53e545e83503c13077d265dfdffe169656b.zip |
didn't we just say we remove libevent from the imsg framework?
ok pyr@
-rw-r--r-- | usr.sbin/relayd/imsg.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/relayd/imsg.h b/usr.sbin/relayd/imsg.h index 2454221e56d..e9cd44a4dda 100644 --- a/usr.sbin/relayd/imsg.h +++ b/usr.sbin/relayd/imsg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: imsg.h,v 1.9 2009/06/05 23:39:51 pyr Exp $ */ +/* $OpenBSD: imsg.h,v 1.10 2009/06/05 23:44:14 eric Exp $ */ /* * Copyright (c) 2006, 2007 Pierre-Yves Ritschard <pyr@openbsd.org> @@ -19,7 +19,6 @@ */ #include <sys/tree.h> -#include <event.h> #define READ_BUF_SIZE 65535 #define IMSG_HEADER_SIZE sizeof(struct imsg_hdr) |