From dd4f765b0630e6def616f5b1ccaa1f059f15b11b Mon Sep 17 00:00:00 2001 From: steve Date: Sat, 11 Jun 2005 18:11:18 +0000 Subject: [PATCH] Remove unneeded references to functor.h --- vvp/arith.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/vvp/arith.h b/vvp/arith.h index 07699c6b4..1ede29f06 100644 --- a/vvp/arith.h +++ b/vvp/arith.h @@ -19,10 +19,9 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ #ifdef HAVE_CVS_IDENT -#ident "$Id: arith.h,v 1.29 2005/03/19 06:23:49 steve Exp $" +#ident "$Id: arith.h,v 1.30 2005/06/11 18:11:18 steve Exp $" #endif -# include "functor.h" # include "vvp_net.h" /* @@ -199,6 +198,9 @@ class vvp_shiftr : public vvp_arith_ { /* * $Log: arith.h,v $ + * Revision 1.30 2005/06/11 18:11:18 steve + * Remove unneeded references to functor.h + * * Revision 1.29 2005/03/19 06:23:49 steve * Handle LPM shifts. *