summaryrefslogtreecommitdiff
path: root/x2p/a2p.h
diff options
context:
space:
mode:
Diffstat (limited to 'x2p/a2p.h')
-rw-r--r--x2p/a2p.h17
1 files changed, 3 insertions, 14 deletions
diff --git a/x2p/a2p.h b/x2p/a2p.h
index b7bc1f19c9..a805e79a90 100644
--- a/x2p/a2p.h
+++ b/x2p/a2p.h
@@ -1,14 +1,8 @@
-/* $Header: a2p.h,v 1.0.1.2 88/02/01 17:33:40 root Exp $
+/* $Header: a2p.h,v 2.0 88/06/05 00:15:33 root Exp $
*
* $Log: a2p.h,v $
- * Revision 1.0.1.2 88/02/01 17:33:40 root
- * patch12: forgot to fix #define YYDEBUG; bug in a2p.
- *
- * Revision 1.0.1.1 88/01/26 09:52:30 root
- * patch 5: a2p didn't use config.h.
- *
- * Revision 1.0 87/12/18 13:06:58 root
- * Initial revision
+ * Revision 2.0 88/06/05 00:15:33 root
+ * Baseline version 2.0.
*
*/
@@ -182,11 +176,6 @@ EXT int mop INIT(1);
#include <stdio.h>
#include <ctype.h>
-#include <setjmp.h>
-#include <sys/types.h>
-#include <sys/stat.h>
-#include <time.h>
-#include <sys/times.h>
typedef struct string STR;
typedef struct htbl HASH;