From d12d5a606c142c887d966deeca82377b80a4d5e6 Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Fri, 4 May 2012 21:29:00 +0000 Subject: AFAICT sys/types.h & netinet/in.h #includes are not needed for these files. (Let's see if any of the buildbots give any errors). Also: remove trailing whitespace on lines. svn path=/trunk/; revision=42429 --- epan/dissectors/packet-dcerpc-rs_bind.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'epan/dissectors/packet-dcerpc-rs_bind.c') diff --git a/epan/dissectors/packet-dcerpc-rs_bind.c b/epan/dissectors/packet-dcerpc-rs_bind.c index b281e62d19..8b97791e03 100644 --- a/epan/dissectors/packet-dcerpc-rs_bind.c +++ b/epan/dissectors/packet-dcerpc-rs_bind.c @@ -4,7 +4,7 @@ * Copyright 2003, Jaime Fournier * This information is based off the released idl files from opengroup. * ftp://ftp.opengroup.org/pub/dce122/dce/src/security.tar.gz security/idl/rs_bind.idl - * + * * $Id$ * * Wireshark - Network traffic analyzer @@ -31,10 +31,6 @@ #endif -#ifdef HAVE_SYS_TYPES_H -#include -#endif - #include #include #include "packet-dcerpc.h" @@ -50,7 +46,7 @@ static gint ett_rs_bind = -1; static e_uuid_t uuid_rs_bind = { 0xd46113d0, 0xa848, 0x11cb, {0xb8, 0x63, 0x08, 0x00, 0x1e, 0x04, 0x6a, 0xa5} - + }; static guint16 ver_rs_bind = 2; -- cgit v1.2.3