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

Commit 8284d4f0 authored by Hsin-chen Chuang's avatar Hsin-chen Chuang
Browse files

Update {bind,callback,callback_forward}.h includes

These headers are now in base/functional/ and aosp/3063385 breaks the
Floss build.

Bug: 330675788
Tag: #floss
Test: mmm packages/modules/Bluetooth
Test: USE=floss_upstream emerge-guybrush floss
Flag: exempt, trivial
Change-Id: I2d66776f1400d9aa53896db3a73b5eef60b95edb
parent a2e77ea8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@

#define LOG_TAG "bt_bta_gattc"

#include <base/bind.h>
#include <base/functional/bind.h>
#include <base/strings/string_number_conversions.h>
#include <base/strings/stringprintf.h>
#include <bluetooth/log.h>
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
 *  This file contains action functions for SDP search.
 ******************************************************************************/

#include <base/bind.h>
#include <base/functional/bind.h>
#include <bluetooth/log.h>
#include <frameworks/proto_logging/stats/enums/bluetooth/enums.pb.h>
#include <hardware/bt_sdp.h>
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@

#pragma once

#include <base/callback_forward.h>
#include <base/functional/callback_forward.h>
#include <base/strings/stringprintf.h>

#include <cstdint>
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@

#pragma once

#include <base/callback_forward.h>
#include <base/functional/callback_forward.h>

#include <cstdint>

+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@
#ifndef SDP_INT_H
#define SDP_INT_H

#include <base/callback.h>
#include <base/functional/callback.h>
#include <base/strings/stringprintf.h>

#include <cstdint>
Loading