From 07dc33b2437c0da301ba93f650bf5b08d2206911 Mon Sep 17 00:00:00 2001 From: mdw Date: Sat, 29 Jul 2000 17:04:02 +0000 Subject: [PATCH] Remove useless header `mpscan.h'. --- mpx-kmul.c | 7 ++++--- mpx-ksqr.c | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/mpx-kmul.c b/mpx-kmul.c index dd492ad..2a7f60c 100644 --- a/mpx-kmul.c +++ b/mpx-kmul.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: mpx-kmul.c,v 1.4 2000/06/17 11:42:11 mdw Exp $ + * $Id: mpx-kmul.c,v 1.5 2000/07/29 17:04:02 mdw Exp $ * * Karatsuba's multiplication algorithm * @@ -30,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: mpx-kmul.c,v $ + * Revision 1.5 2000/07/29 17:04:02 mdw + * Remove useless header `mpscan.h'. + * * Revision 1.4 2000/06/17 11:42:11 mdw * Moved the Karatsuba macros into a separate file for better sharing. * Fixed some comments. @@ -195,8 +198,6 @@ void mpx_kmul(mpw *dv, mpw *dvl, #include #include -#include "mpscan.h" - #define ALLOC(v, vl, sz) do { \ size_t _sz = (sz); \ mpw *_vv = xmalloc(MPWS(_sz)); \ diff --git a/mpx-ksqr.c b/mpx-ksqr.c index 226b99a..e6c40f6 100644 --- a/mpx-ksqr.c +++ b/mpx-ksqr.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: mpx-ksqr.c,v 1.3 2000/06/17 11:42:54 mdw Exp $ + * $Id: mpx-ksqr.c,v 1.4 2000/07/29 17:04:02 mdw Exp $ * * Karatsuba-based squaring algorithm * @@ -30,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: mpx-ksqr.c,v $ + * Revision 1.4 2000/07/29 17:04:02 mdw + * Remove useless header `mpscan.h'. + * * Revision 1.3 2000/06/17 11:42:54 mdw * Moved the Karatsuba macros into a separate file for better sharing. * Fixed some comments. Use an improved technique so that all the @@ -160,8 +163,6 @@ void mpx_ksqr(mpw *dv, mpw *dvl, #include #include -#include "mpscan.h" - #define ALLOC(v, vl, sz) do { \ size_t _sz = (sz); \ mpw *_vv = xmalloc(MPWS(_sz)); \ -- 2.11.0