From: mdw Date: Tue, 1 Aug 2000 17:58:32 +0000 (+0000) Subject: Remove unnecessary header. X-Git-Tag: 1.2.5~8 X-Git-Url: https://git.distorted.org.uk/~mdw/fwd/commitdiff_plain/c9d2d52ac41a80b0c8acf7bcae3a7aa4c6952f4e Remove unnecessary header. --- diff --git a/un.c b/un.c index 6b3c71f..5438617 100644 --- a/un.c +++ b/un.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: un.c,v 1.2 1999/07/27 18:30:53 mdw Exp $ + * $Id: un.c,v 1.3 2000/08/01 17:58:32 mdw Exp $ * * Protocol specific definitions for Unix-domain sockets * @@ -29,6 +29,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: un.c,v $ + * Revision 1.3 2000/08/01 17:58:32 mdw + * Remove unnecessary header. + * * Revision 1.2 1999/07/27 18:30:53 mdw * Various minor portability fixes. * @@ -42,7 +45,6 @@ #include "config.h" #undef sun /* Cretins */ -#include #include #include #include