From: Hyunjin Park Date: Wed, 13 May 2015 14:35:06 +0000 (+0900) Subject: [BT] add bluetooth_internal.h X-Git-Tag: submit/tizen_tv/20150603.064601~1^2~25^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a02c1688b2f6b86acad78f45d382b348b9612116;p=platform%2Fcore%2Fapi%2Fwebapi-plugins.git [BT] add bluetooth_internal.h - some APIs is moved to internal.h Change-Id: I2ca6537eaca6b6d408e60fa00404924f3efa2972 --- diff --git a/src/bluetooth/bluetooth_adapter.cc b/src/bluetooth/bluetooth_adapter.cc index ca8a0f46..c3719b53 100644 --- a/src/bluetooth/bluetooth_adapter.cc +++ b/src/bluetooth/bluetooth_adapter.cc @@ -22,6 +22,7 @@ #include #include #include +#include "bluetooth_internal.h" #include "common/converter.h" #include "common/logger.h" diff --git a/src/bluetooth/bluetooth_adapter.h b/src/bluetooth/bluetooth_adapter.h index a7857809..28474732 100644 --- a/src/bluetooth/bluetooth_adapter.h +++ b/src/bluetooth/bluetooth_adapter.h @@ -24,6 +24,7 @@ #include #include +#include "bluetooth_internal.h" #include "common/picojson.h"