Excessive header include.
This commit is contained in:
parent
861ed55879
commit
f855cb19b8
|
|
@ -20,12 +20,11 @@
|
||||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
||||||
*/
|
*/
|
||||||
#if !defined(WINNT)
|
#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
|
#endif
|
||||||
|
|
||||||
#include "pointers.h"
|
#include "pointers.h"
|
||||||
#include "functor.h"
|
#include "functor.h"
|
||||||
#include "udp.h"
|
|
||||||
|
|
||||||
struct vvp_udp_s : public vvp_fobj_s
|
struct vvp_udp_s : public vvp_fobj_s
|
||||||
{
|
{
|
||||||
|
|
@ -42,6 +41,9 @@ unsigned char udp_propagate(vvp_ipoint_t);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* $Log: udp.h,v $
|
* $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
|
* Revision 1.4 2001/04/26 15:52:22 steve
|
||||||
* Add the mode-42 functor concept to UDPs.
|
* Add the mode-42 functor concept to UDPs.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue