Move Bluetooth headers to system/bt (4/4)
am: 5f77b71ef6

Change-Id: I3f34392a963b210ad381eb2a16c0910f06387eaf
diff --git a/sl4n/Android.mk b/sl4n/Android.mk
index f70aac9..6a3ca26 100644
--- a/sl4n/Android.mk
+++ b/sl4n/Android.mk
@@ -23,6 +23,7 @@
 
 LOCAL_C_INCLUDES += \
   system/bt \
+  system/bt/include \
   $(LOCAL_PATH)/rapidjson/include \
   $(LOCAL_PATH)/facades
 
@@ -38,7 +39,6 @@
   libchrome \
   libcutils \
   libutils \
-  libhardware \
   libwifi-system \
   liblog
 
diff --git a/sl4n/base.h b/sl4n/base.h
index 0947d35..d0ccc8f 100644
--- a/sl4n/base.h
+++ b/sl4n/base.h
@@ -25,7 +25,6 @@
 #include <hardware/bt_gatt.h>
 #include <hardware/bt_pan.h>
 #include <hardware/bt_sock.h>
-#include <hardware/hardware.h>
 #include <base/macros.h>
 
 namespace sl4n {