chiark / gitweb /
Remove unnecessary <ctype.h> header.
authormdw <mdw>
Tue, 1 Aug 2000 17:58:32 +0000 (17:58 +0000)
committermdw <mdw>
Tue, 1 Aug 2000 17:58:32 +0000 (17:58 +0000)
un.c

diff --git a/un.c b/un.c
index 6b3c71f39ba2c3b2d124914c66d3ae1d6f40a88b..5438617b83c50abf795f726b38b682bd30963763 100644 (file)
--- 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 <ctype.h> 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 <ctype.h>
 #include <errno.h>
 #include <limits.h>
 #include <stddef.h>