diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-08-20 12:54:08 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-08-20 12:54:08 +0000 |
commit | dd9dd142c98a42c5685991c0d1691b41362a48e7 (patch) | |
tree | 2933fa6879f288b37f03d1bd7517c92dddedea34 /compat/imsg.c | |
parent | 2f517111effacf71698609aca353cba11da7b516 (diff) | |
download | rtmux-dd9dd142c98a42c5685991c0d1691b41362a48e7.tar.gz rtmux-dd9dd142c98a42c5685991c0d1691b41362a48e7.tar.bz2 rtmux-dd9dd142c98a42c5685991c0d1691b41362a48e7.zip |
Add $Id$, nuke queue.h.
Diffstat (limited to 'compat/imsg.c')
-rw-r--r-- | compat/imsg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/imsg.c b/compat/imsg.c index a74c0694..2d662d36 100644 --- a/compat/imsg.c +++ b/compat/imsg.c @@ -1,3 +1,4 @@ +/* $Id: imsg.c,v 1.3 2009-08-20 12:54:08 nicm Exp $ */ /* $OpenBSD: imsg.c,v 1.1 2009/08/11 17:18:35 nicm Exp $ */ /* @@ -17,7 +18,6 @@ */ #include <sys/param.h> -#include <sys/queue.h> #include <sys/socket.h> #include <sys/uio.h> |