From dd9dd142c98a42c5685991c0d1691b41362a48e7 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 20 Aug 2009 12:54:08 +0000 Subject: [PATCH] Add $Id$, nuke queue.h. --- compat/imsg-buffer.c | 2 +- compat/imsg.c | 2 +- compat/imsg.h | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/compat/imsg-buffer.c b/compat/imsg-buffer.c index c20f63f8..41cf0346 100644 --- a/compat/imsg-buffer.c +++ b/compat/imsg-buffer.c @@ -1,3 +1,4 @@ +/* $Id: imsg-buffer.c,v 1.3 2009-08-20 12:54:08 nicm Exp $ */ /* $OpenBSD: imsg-buffer.c,v 1.1 2009/08/11 17:18:35 nicm Exp $ */ /* @@ -17,7 +18,6 @@ */ #include -#include #include #include 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 -#include #include #include diff --git a/compat/imsg.h b/compat/imsg.h index 4318463b..2ec9937a 100644 --- a/compat/imsg.h +++ b/compat/imsg.h @@ -1,3 +1,4 @@ +/* $Id: imsg.h,v 1.3 2009-08-20 12:54:08 nicm Exp $ */ /* $OpenBSD: imsg.h,v 1.1 2009/08/11 17:18:35 nicm Exp $ */ /*