diff options
Diffstat (limited to 'packet-dcerpc-conv.c')
-rw-r--r-- | packet-dcerpc-conv.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/packet-dcerpc-conv.c b/packet-dcerpc-conv.c index 24e0e5a817..e94dd1ee19 100644 --- a/packet-dcerpc-conv.c +++ b/packet-dcerpc-conv.c @@ -2,7 +2,7 @@ * Routines for dcerpc conv dissection * Copyright 2001, Todd Sabin <tas@webspan.net> * - * $Id: packet-dcerpc-conv.c,v 1.4 2002/06/24 00:03:16 tpot Exp $ + * $Id: packet-dcerpc-conv.c,v 1.5 2002/08/02 23:35:48 jmayer Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@ethereal.com> @@ -28,10 +28,6 @@ #endif -#ifdef HAVE_SYS_TYPES_H -#include <sys/types.h> -#endif - #include <string.h> #include <glib.h> |