summaryrefslogtreecommitdiff
path: root/src/include/lib/dllist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/lib/dllist.h')
-rw-r--r--src/include/lib/dllist.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/lib/dllist.h b/src/include/lib/dllist.h
index 7d97ba32889..4cc56c98744 100644
--- a/src/include/lib/dllist.h
+++ b/src/include/lib/dllist.h
@@ -26,7 +26,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: dllist.h,v 1.1 1996/08/28 07:22:36 scrappy Exp $
+ * $Id: dllist.h,v 1.2 1996/10/31 09:48:40 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@@ -34,7 +34,6 @@
#ifndef DLLIST_H
#define DLLIST_H
-#include "c.h"
struct Dllist;
struct Dlelem;