Bug 1033130 - [bluetooth2] Add missing including of BluetoothInterface.h in BluetoothA2dpManager.cpp, r=shuang

This commit is contained in:
Ben Tian 2014-07-02 10:36:28 +08:00
Родитель 5c1c665d7a
Коммит 291204e6a6
1 изменённых файлов: 1 добавлений и 7 удалений

Просмотреть файл

@ -7,14 +7,8 @@
#include "base/basictypes.h"
#include "BluetoothA2dpManager.h"
#include <hardware/bluetooth.h>
#include <hardware/bt_av.h>
#if ANDROID_VERSION > 17
#include <hardware/bt_rc.h>
#endif
#include "BluetoothCommon.h"
#include "BluetoothInterface.h"
#include "BluetoothService.h"
#include "BluetoothSocket.h"
#include "BluetoothUtils.h"