From f855cb19b861d0442f70b354896e8c36d5dd96ce Mon Sep 17 00:00:00 2001 From: steve Date: Sat, 28 Apr 2001 20:09:05 +0000 Subject: [PATCH] Excessive header include. --- vvp/udp.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/vvp/udp.h b/vvp/udp.h index 841b0064a..b57603dbe 100644 --- a/vvp/udp.h +++ b/vvp/udp.h @@ -20,12 +20,11 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ #if !defined(WINNT) -#ident "$Id: udp.h,v 1.4 2001/04/26 15:52:22 steve Exp $" +#ident "$Id: udp.h,v 1.5 2001/04/28 20:09:05 steve Exp $" #endif #include "pointers.h" #include "functor.h" -#include "udp.h" struct vvp_udp_s : public vvp_fobj_s { @@ -42,6 +41,9 @@ unsigned char udp_propagate(vvp_ipoint_t); /* * $Log: udp.h,v $ + * Revision 1.5 2001/04/28 20:09:05 steve + * Excessive header include. + * * Revision 1.4 2001/04/26 15:52:22 steve * Add the mode-42 functor concept to UDPs. *