aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ber.c
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2010-09-30 19:20:59 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2010-09-30 19:20:59 +0000
commitcc1234624eb9fd8fda6f5d5fb79edd88cab12944 (patch)
tree9741cd88be6b6383a72656fa2c2b8d1fe4b51620 /epan/dissectors/packet-ber.c
parent155923cbdeed99847906c46bdc602339d56d03ae (diff)
Remove unneeded includes.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34289 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-ber.c')
-rw-r--r--epan/dissectors/packet-ber.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/epan/dissectors/packet-ber.c b/epan/dissectors/packet-ber.c
index 44615e5521..bc5b9a98ce 100644
--- a/epan/dissectors/packet-ber.c
+++ b/epan/dissectors/packet-ber.c
@@ -69,7 +69,6 @@
#include <glib.h>
#include <epan/packet.h>
-
#include <epan/strutil.h>
#include <epan/to_str.h>
#include <epan/prefs.h>
@@ -78,8 +77,7 @@
#include <epan/expert.h>
#include <epan/uat.h>
#include <epan/asn1.h>
-#include <epan/filesystem.h>
-#include <wsutil/file_util.h>
+
#include "packet-ber.h"
static gint proto_ber = -1;