Remove vestiges of @primorial@.
[u/mdw/catacomb] / pfilt.c
diff --git a/pfilt.c b/pfilt.c
index 4b58304..1dc46a1 100644 (file)
--- a/pfilt.c
+++ b/pfilt.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: pfilt.c,v 1.3 2000/08/15 21:44:27 mdw Exp $
+ * $Id: pfilt.c,v 1.4 2000/10/08 12:14:57 mdw Exp $
  *
  * Finding and testing prime numbers
  *
@@ -30,6 +30,9 @@
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: pfilt.c,v $
+ * Revision 1.4  2000/10/08 12:14:57  mdw
+ * Remove vestiges of @primorial@.
+ *
  * Revision 1.3  2000/08/15 21:44:27  mdw
  * (pfilt_smallfactor): New function for doing trial division the hard
  * way.
@@ -64,7 +67,6 @@
 #include "pfilt.h"
 #include "pgen.h"
 #include "primetab.h"
-#include "primorial.h"
 
 /*----- Main code ---------------------------------------------------------*/