aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btrfcomm.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-09-21 10:49:44 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-09-21 10:49:44 +0000
commitaa3c9034f5050a5c6585aabbcc381beb4ca0ef52 (patch)
tree37b23a75329b06cc06528e07b88bed7ce870e32f /epan/dissectors/packet-btrfcomm.c
parent8974a2735797a51604fc7cb29adcd48be36671e8 (diff)
From Michal Labedzki:
Bluetooth: Cleanup headers Remove redundant headers and sort existing to chosen convention. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7639 svn path=/trunk/; revision=45039
Diffstat (limited to 'epan/dissectors/packet-btrfcomm.c')
-rw-r--r--epan/dissectors/packet-btrfcomm.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/epan/dissectors/packet-btrfcomm.c b/epan/dissectors/packet-btrfcomm.c
index 2b9d555479..5b26bb176a 100644
--- a/epan/dissectors/packet-btrfcomm.c
+++ b/epan/dissectors/packet-btrfcomm.c
@@ -32,15 +32,12 @@
#include "config.h"
-#include <glib.h>
-
#include <epan/packet.h>
#include <epan/prefs.h>
-#include <etypes.h>
-#include <epan/emem.h>
#include <epan/expert.h>
#include <epan/tap.h>
#include <epan/uat.h>
+
#include "packet-btsdp.h"
#include "packet-btl2cap.h"
#include "packet-btrfcomm.h"