From 24b03e75f3fb192c98bd5bec7f1408d5f7e270f2 Mon Sep 17 00:00:00 2001 From: Arkadiusz Lichwa Date: Fri, 9 Dec 2016 18:27:52 +0100 Subject: [PATCH] Bluetooth: Remove not needed header in uuid.c file Now printk family from already included should handle BT_DBG() like expansion. Change-Id: I5e03f786530e4bbbdb94a13a4cd77db580268c11 Signed-off-by: Arkadiusz Lichwa --- subsys/bluetooth/host/uuid.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/subsys/bluetooth/host/uuid.c b/subsys/bluetooth/host/uuid.c index 50b6a1a3075..c817f3744fa 100644 --- a/subsys/bluetooth/host/uuid.c +++ b/subsys/bluetooth/host/uuid.c @@ -23,10 +23,6 @@ #include -#if defined(CONFIG_BLUETOOTH_DEBUG) -#include -#endif /* CONFIG_BLUETOOTH_DEBUG */ - #define UUID_16_BASE_OFFSET 12 /* TODO: Decide whether to continue using BLE format or switch to RFC 4122 */