aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bluetooth.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-12-20 15:00:57 -0800
committerGuy Harris <guy@alum.mit.edu>2014-12-20 23:01:53 +0000
commit210aaf11bab9b71decb810a64e15dc358eca8fa0 (patch)
treec73b8d542de24384761da4c64d6a82b20b5ebd68 /epan/dissectors/packet-bluetooth.h
parentac69a6d1fa7a830a3e1b8b7d4ef8604c4e8285ed (diff)
Use "" rather than <> for includes; that might fix ABI check failures.
Change-Id: I80e291031e4e8e347422e4a1e636d2ce40efc5c2 Reviewed-on: https://code.wireshark.org/review/5931 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'epan/dissectors/packet-bluetooth.h')
-rw-r--r--epan/dissectors/packet-bluetooth.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-bluetooth.h b/epan/dissectors/packet-bluetooth.h
index 9e664e4caf..b4e7c2c926 100644
--- a/epan/dissectors/packet-bluetooth.h
+++ b/epan/dissectors/packet-bluetooth.h
@@ -24,8 +24,8 @@
#include <epan/wmem/wmem.h>
-#include <packet-usb.h>
-#include <packet-ubertooth.h>
+#include "packet-usb.h"
+#include "packet-ubertooth.h"
#define BLUETOOTH_DATA_SRC 0
#define BLUETOOTH_DATA_DST 1