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 */