From eba96c96733f5503a00144dbee2ca322b3801509 Mon Sep 17 00:00:00 2001 From: hai007 Date: Tue, 23 Apr 2024 12:40:25 -0700 Subject: [PATCH] Remove unused include to fix OSS build PiperOrigin-RevId: 627473304 --- presence/implementation/advertisement_decoder_rust_impl.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/presence/implementation/advertisement_decoder_rust_impl.cc b/presence/implementation/advertisement_decoder_rust_impl.cc index bfb23fd8..1daee5fc 100644 --- a/presence/implementation/advertisement_decoder_rust_impl.cc +++ b/presence/implementation/advertisement_decoder_rust_impl.cc @@ -30,7 +30,6 @@ #include "absl/strings/string_view.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" #include "presence/implementation/advertisement_decoder.h"