Remove unneeded references to functor.h

This commit is contained in:
steve 2005-06-11 18:11:18 +00:00
parent f465bca305
commit dd4f765b06
1 changed files with 4 additions and 2 deletions

View File

@ -19,10 +19,9 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ifdef HAVE_CVS_IDENT #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 #endif
# include "functor.h"
# include "vvp_net.h" # include "vvp_net.h"
/* /*
@ -199,6 +198,9 @@ class vvp_shiftr : public vvp_arith_ {
/* /*
* $Log: arith.h,v $ * $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 * Revision 1.29 2005/03/19 06:23:49 steve
* Handle LPM shifts. * Handle LPM shifts.
* *