diff options
| author | 2013-03-21 04:30:14 +0000 | |
|---|---|---|
| committer | 2013-03-21 04:30:14 +0000 | |
| commit | 82bad92d22350e34329aa62caabc59c254f928fb (patch) | |
| tree | 178d88f1ce3f2c8f6dc1e4e4ba9a6fb792b77760 /sbin/iked/imsg_util.c | |
| parent | no newlines at end (diff) | |
| download | wireguard-openbsd-82bad92d22350e34329aa62caabc59c254f928fb.tar.xz wireguard-openbsd-82bad92d22350e34329aa62caabc59c254f928fb.zip | |
remove excessive includes
Diffstat (limited to 'sbin/iked/imsg_util.c')
| -rw-r--r-- | sbin/iked/imsg_util.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/iked/imsg_util.c b/sbin/iked/imsg_util.c index c585e245435..0551c09d8a3 100644 --- a/sbin/iked/imsg_util.c +++ b/sbin/iked/imsg_util.c @@ -1,4 +1,4 @@ -/* $OpenBSD: imsg_util.c,v 1.6 2013/01/08 10:38:19 reyk Exp $ */ +/* $OpenBSD: imsg_util.c,v 1.7 2013/03/21 04:30:14 deraadt Exp $ */ /* * Copyright (c) 2010-2013 Reyk Floeter <reyk@openbsd.org> @@ -16,7 +16,6 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include <sys/param.h> #include <sys/queue.h> #include <sys/socket.h> #include <sys/uio.h> |
