Fix copybara export of beto-core headers

PiperOrigin-RevId: 627449838
This commit is contained in:
hai007
2024-04-23 11:23:24 -07:00
committed by Copybara-Service
parent 1c4bd01fe6
commit e9c39b46b3
4 changed files with 5 additions and 5 deletions
@@ -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 {
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */