aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-rs_prop_plcy.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_prop_plcy.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_prop_plcy.c')
-rw-r--r--epan/dissectors/packet-dcerpc-rs_prop_plcy.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/epan/dissectors/packet-dcerpc-rs_prop_plcy.c b/epan/dissectors/packet-dcerpc-rs_prop_plcy.c
index 7118ddaa8d..66891d8c73 100644
--- a/epan/dissectors/packet-dcerpc-rs_prop_plcy.c
+++ b/epan/dissectors/packet-dcerpc-rs_prop_plcy.c
@@ -6,7 +6,7 @@
* ftp://ftp.opengroup.org/pub/dce122/dce/src/security.tar.gz security/idl/rs_prop_plcy.idl
*
* $Id$
- *
+ *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
@@ -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"