mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
Fix copybara export of beto-core headers
PiperOrigin-RevId: 627449838
This commit is contained in:
@@ -28,8 +28,8 @@
|
||||
#include "absl/status/statusor.h"
|
||||
#include "absl/strings/str_format.h"
|
||||
#include "absl/strings/string_view.h"
|
||||
#include "third_party/beto_core/nearby/presence/np_c_ffi/include/cpp/np_cpp_ffi_types.h"
|
||||
#include "third_party/beto_core/nearby/presence/np_cpp_ffi/include/nearby_protocol.h"
|
||||
#include "np_cpp_ffi_types.h"
|
||||
#include "nearby_protocol.h"
|
||||
#include "internal/proto/credential.proto.h"
|
||||
#include "presence/data_element.h"
|
||||
#include "presence/implementation/action_factory.h"
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
#include "absl/container/flat_hash_map.h"
|
||||
#include "absl/status/statusor.h"
|
||||
#include "absl/strings/string_view.h"
|
||||
#include "third_party/beto_core/nearby/presence/np_cpp_ffi/include/nearby_protocol.h"
|
||||
#include "nearby_protocol.h"
|
||||
#include "presence/implementation/advertisement_decoder.h"
|
||||
|
||||
namespace nearby {
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
#include "absl/strings/string_view.h"
|
||||
|
||||
#if defined(USE_RUST_LDT) || defined(USE_RUST_DECODER)
|
||||
#include "third_party/beto_core/nearby/presence/ldt_np_adv_ffi/c/include/np_ldt.h"
|
||||
#include "np_ldt.h"
|
||||
#else
|
||||
#include "presence/implementation/np_ldt.h"
|
||||
#endif /* USE_RUST_LDT */
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
#include "absl/status/statusor.h"
|
||||
#include "absl/strings/string_view.h"
|
||||
#if defined(USE_RUST_LDT) || defined(USE_RUST_DECODER)
|
||||
#include "third_party/beto_core/nearby/presence/ldt_np_adv_ffi/c/include/np_ldt.h"
|
||||
#include "np_ldt.h"
|
||||
#else
|
||||
#include "presence/implementation/np_ldt.h"
|
||||
#endif /* USE_RUST_LDT */
|
||||
|
||||
Reference in New Issue
Block a user