Merge "Update the list of header files included from system/bt"
am: 7cf5a8f4dc

Change-Id: I89f258697dfe81c2fd6ca3a6ab2625d5b3bff132
diff --git a/src/bt_vendor_brcm_a2dp.c b/src/bt_vendor_brcm_a2dp.c
index 0437b7b..6dc3732 100644
--- a/src/bt_vendor_brcm_a2dp.c
+++ b/src/bt_vendor_brcm_a2dp.c
@@ -38,10 +38,11 @@
 #include <ctype.h>
 #include <cutils/properties.h>
 #include <stdlib.h>
+#include "a2dp_constants.h"
+#include "a2dp_error_codes.h"
+#include "a2dp_sbc_constants.h"
 #include "bt_hci_bdroid.h"
 #include "bt_vendor_brcm_a2dp.h"
-#include "a2dp_api.h"
-#include "a2dp_sbc.h"
 
 #if (BTA2DP_DEBUG == TRUE)
 #define BTA2DPDBG(param, ...) {ALOGD(param, ## __VA_ARGS__);}