From aa3c9034f5050a5c6585aabbcc381beb4ca0ef52 Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Fri, 21 Sep 2012 10:49:44 +0000 Subject: 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 --- epan/dissectors/packet-bthci_evt.c | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'epan/dissectors/packet-bthci_evt.c') diff --git a/epan/dissectors/packet-bthci_evt.c b/epan/dissectors/packet-bthci_evt.c index e4e3cfcc64..74a51acfca 100644 --- a/epan/dissectors/packet-bthci_evt.c +++ b/epan/dissectors/packet-bthci_evt.c @@ -32,14 +32,10 @@ #include "config.h" -#include -#include - #include -#include -#include -#include -#include +#include + +#include "packet-hci_h4.h" static dissector_handle_t bthci_com_handle; -- cgit v1.2.3