X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/7d5fa32a96bb9badc88fe1b07086c6f770c0de31..4cb04adbd7653fc4d4674efce22293854d2d6e0b:/mpx-kmul.c 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)); \