[BT] add bluetooth_internal.h
authorHyunjin Park <hj.na.park@samsung.com>
Wed, 13 May 2015 14:35:06 +0000 (23:35 +0900)
committerHyunjin Park <hj.na.park@samsung.com>
Wed, 13 May 2015 14:35:06 +0000 (23:35 +0900)
- some APIs is moved to internal.h

Change-Id: I2ca6537eaca6b6d408e60fa00404924f3efa2972

src/bluetooth/bluetooth_adapter.cc
src/bluetooth/bluetooth_adapter.h

index ca8a0f469548ccf5c4fc2f00271fcb5e45c9eed3..c3719b539be9c78ec2e9a8b2112b12b45fb0782e 100644 (file)
@@ -22,6 +22,7 @@
 #include <pcrecpp.h>
 #include <system_info.h>
 #include <bluetooth.h>
+#include "bluetooth_internal.h"
 
 #include "common/converter.h"
 #include "common/logger.h"
index a7857809277c38ce92b5879b5e0677b468fea790..28474732132ea57c946a103417fb1c597b95d49c 100644 (file)
@@ -24,6 +24,7 @@
 #include <map>
 
 #include <bluetooth.h>
+#include "bluetooth_internal.h"
 
 #include "common/picojson.h"