Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 81b7bcec authored by Henri Chataing's avatar Henri Chataing
Browse files

Remove legacy header system/include/check.h

Used to include selectively <base/check.h> or <base/logging.h>
depending on the version of libchrome

Bug: 331817295
Test: m com.android.btservices
Flag: EXEMPT, dead code removal
Change-Id: I55c747973f1e354745cbb54f6c605ba6c07d9471
parent 76ebc855
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -26,7 +26,6 @@
#include <vector>

#include "bta/ag/bta_ag_int.h"
#include "include/check.h"

namespace bluetooth {
namespace audio {
+0 −1
Original line number Diff line number Diff line
@@ -24,7 +24,6 @@
#include <memory>

#include "aidl/audio_aidl_interfaces.h"
#include "include/check.h"
#include "os/log.h"

namespace bluetooth {
+0 −1
Original line number Diff line number Diff line
@@ -27,7 +27,6 @@

#include "common/stop_watch_legacy.h"
#include "hal_version_manager.h"
#include "include/check.h"

namespace bluetooth {
namespace audio {
+0 −1
Original line number Diff line number Diff line
@@ -43,7 +43,6 @@
#include "btif/include/btif_storage.h"
#include "device/include/device_iot_config.h"
#include "device/include/interop.h"
#include "include/check.h"
#include "internal_include/bt_target.h"
#include "osi/include/allocator.h"
#include "osi/include/properties.h"
+0 −1
Original line number Diff line number Diff line
@@ -41,7 +41,6 @@
#include "csis_types.h"
#include "gap_api.h"
#include "gatt_api.h"
#include "include/check.h"
#include "internal_include/bt_target.h"
#include "internal_include/bt_trace.h"
#include "main/shim/le_scanning_manager.h"
Loading