From e9c39b46b3d3be219d06d6b2de470cdce31b2bee Mon Sep 17 00:00:00 2001 From: hai007 Date: Tue, 23 Apr 2024 11:21:33 -0700 Subject: [PATCH] Fix copybara export of beto-core headers PiperOrigin-RevId: 627449838 --- presence/implementation/advertisement_decoder_rust_impl.cc | 4 ++-- presence/implementation/advertisement_decoder_rust_impl.h | 2 +- presence/implementation/ldt.cc | 2 +- presence/implementation/ldt.h | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/presence/implementation/advertisement_decoder_rust_impl.cc b/presence/implementation/advertisement_decoder_rust_impl.cc index 4fdf31bc..bfb23fd8 100644 --- a/presence/implementation/advertisement_decoder_rust_impl.cc +++ b/presence/implementation/advertisement_decoder_rust_impl.cc @@ -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" diff --git a/presence/implementation/advertisement_decoder_rust_impl.h b/presence/implementation/advertisement_decoder_rust_impl.h index e7510a6a..653b3822 100644 --- a/presence/implementation/advertisement_decoder_rust_impl.h +++ b/presence/implementation/advertisement_decoder_rust_impl.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 { diff --git a/presence/implementation/ldt.cc b/presence/implementation/ldt.cc index 0f1af2cf..2cd03469 100644 --- a/presence/implementation/ldt.cc +++ b/presence/implementation/ldt.cc @@ -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 */ diff --git a/presence/implementation/ldt.h b/presence/implementation/ldt.h index 85b0dc23..1f43d6e9 100644 --- a/presence/implementation/ldt.h +++ b/presence/implementation/ldt.h @@ -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 */