aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-rs_replist.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2012-05-04 21:29:00 +0000
committerBill Meier <wmeier@newsguy.com>2012-05-04 21:29:00 +0000
commitd12d5a606c142c887d966deeca82377b80a4d5e6 (patch)
tree50aa1461f39013b7619462055ece1f9a0f29e179 /epan/dissectors/packet-dcerpc-rs_replist.c
parent0c1b9e90076234ae88e930fdcefdbe1d7962b210 (diff)
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
Diffstat (limited to 'epan/dissectors/packet-dcerpc-rs_replist.c')
-rw-r--r--epan/dissectors/packet-dcerpc-rs_replist.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/epan/dissectors/packet-dcerpc-rs_replist.c b/epan/dissectors/packet-dcerpc-rs_replist.c
index 870f49dcde..b924b22262 100644
--- a/epan/dissectors/packet-dcerpc-rs_replist.c
+++ b/epan/dissectors/packet-dcerpc-rs_replist.c
@@ -4,7 +4,7 @@
* Copyright 2002, Jaime Fournier <Jaime.Fournier@hush.com>
* 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_repadm.idl
- *
+ *
* $Id$
*
* Wireshark - Network traffic analyzer
@@ -31,10 +31,6 @@
#endif
-#ifdef HAVE_SYS_TYPES_H
-#include <sys/types.h>
-#endif
-
#include <glib.h>
#include <epan/packet.h>
#include "packet-dcerpc.h"