mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 14:46:12 -04:00
Fix include files.
PiperOrigin-RevId: 842876174
This commit is contained in:
committed by
Copybara-Service
parent
654d14948b
commit
cffc8b2c57
@@ -52,6 +52,7 @@
|
||||
#include "connections/implementation/offline_frames.h"
|
||||
#include "connections/implementation/pcp.h"
|
||||
#include "connections/implementation/proto/offline_wire_formats.pb.h"
|
||||
#include "connections/implementation/webrtc_state.h"
|
||||
#include "connections/listeners.h"
|
||||
#include "connections/medium_selector.h"
|
||||
#include "connections/out_of_band_connection_metadata.h"
|
||||
@@ -80,8 +81,8 @@
|
||||
#include "internal/platform/mutex_lock.h"
|
||||
#include "internal/platform/prng.h"
|
||||
#include "internal/platform/runnable.h"
|
||||
#include "internal/platform/service_address.h"
|
||||
#include "internal/platform/wifi.h"
|
||||
#include "internal/platform/wifi_credential.h"
|
||||
#include "internal/platform/wifi_lan_connection_info.h"
|
||||
#include "proto/connections_enums.pb.h"
|
||||
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
#include "internal/platform/count_down_latch.h"
|
||||
#include "internal/platform/exception.h"
|
||||
#include "internal/platform/feature_flags.h"
|
||||
#include "internal/platform/wifi_credential.h"
|
||||
#include "internal/platform/service_address.h"
|
||||
#include "internal/proto/analytics/connections_log.pb.h"
|
||||
#include "proto/connections_enums.pb.h"
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
#include "internal/platform/expected.h"
|
||||
#include "internal/platform/logging.h"
|
||||
#include "internal/platform/mac_address.h"
|
||||
#include "internal/platform/wifi_credential.h"
|
||||
#include "internal/platform/service_address.h"
|
||||
|
||||
namespace nearby {
|
||||
namespace connections {
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
#include "internal/platform/implementation/wifi_utils.h"
|
||||
#include "internal/platform/logging.h"
|
||||
#include "internal/platform/mac_address.h"
|
||||
#include "internal/platform/wifi_credential.h"
|
||||
#include "internal/platform/service_address.h"
|
||||
|
||||
namespace nearby {
|
||||
namespace connections {
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
#include "internal/platform/byte_array.h"
|
||||
#include "internal/platform/exception.h"
|
||||
#include "internal/platform/mac_address.h"
|
||||
#include "internal/platform/wifi_credential.h"
|
||||
#include "internal/platform/service_address.h"
|
||||
|
||||
namespace nearby {
|
||||
namespace connections {
|
||||
@@ -54,7 +54,7 @@ location::nearby::connections::V1Frame::FrameType GetFrameType(
|
||||
ByteArray ForConnectionRequestConnections(
|
||||
const location::nearby::connections::ConnectionsDevice&
|
||||
proto_connections_device,
|
||||
const ConnectionInfo& conection_info);
|
||||
const ConnectionInfo& connection_info);
|
||||
ByteArray ForConnectionRequestPresence(
|
||||
const location::nearby::connections::PresenceDevice& proto_presence_device,
|
||||
const ConnectionInfo& connection_info);
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
#include "internal/flags/nearby_flags.h"
|
||||
#include "internal/platform/byte_array.h"
|
||||
#include "internal/platform/mac_address.h"
|
||||
#include "internal/platform/wifi_credential.h"
|
||||
#include "internal/platform/service_address.h"
|
||||
|
||||
namespace nearby {
|
||||
namespace connections {
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
#include "connections/medium_selector.h"
|
||||
#include "internal/platform/byte_array.h"
|
||||
#include "internal/platform/exception.h"
|
||||
#include "internal/platform/wifi_credential.h"
|
||||
#include "internal/platform/service_address.h"
|
||||
|
||||
namespace nearby {
|
||||
namespace connections {
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
#include "internal/platform/mock_wifi_lan_medium.h"
|
||||
#include "internal/platform/mock_wifi_lan_server_socket.h"
|
||||
#include "internal/platform/mock_wifi_lan_socket.h"
|
||||
#include "internal/platform/wifi_credential.h"
|
||||
#include "internal/platform/service_address.h"
|
||||
|
||||
namespace nearby {
|
||||
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
||||
#include "absl/functional/any_invocable.h"
|
||||
#include "absl/log/check.h"
|
||||
#include "absl/synchronization/mutex.h"
|
||||
#include "internal/platform/cancellation_flag.h"
|
||||
@@ -29,7 +30,7 @@
|
||||
#include "internal/platform/logging.h"
|
||||
#include "internal/platform/medium_environment.h"
|
||||
#include "internal/platform/nsd_service_info.h"
|
||||
#include "internal/platform/wifi_credential.h"
|
||||
#include "internal/platform/service_address.h"
|
||||
|
||||
namespace nearby {
|
||||
namespace g3 {
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
#include "internal/platform/listeners.h"
|
||||
#include "internal/platform/nsd_service_info.h"
|
||||
#include "internal/platform/output_stream.h"
|
||||
#include "internal/platform/wifi_credential.h"
|
||||
#include "internal/platform/service_address.h"
|
||||
|
||||
namespace nearby {
|
||||
namespace api {
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
#include "internal/platform/exception.h"
|
||||
#include "internal/platform/feature_flags.h"
|
||||
#include "internal/platform/flags/nearby_platform_feature_flags.h"
|
||||
#include "internal/platform/wifi_credential.h"
|
||||
#include "internal/platform/service_address.h"
|
||||
#include "internal/platform/implementation/wifi_lan.h"
|
||||
#include "internal/platform/implementation/windows/generated/winrt/Windows.Devices.Enumeration.h"
|
||||
#include "internal/platform/implementation/windows/generated/winrt/Windows.Foundation.Collections.h"
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
#include "internal/platform/cancellation_flag.h"
|
||||
#include "internal/platform/implementation/wifi_lan.h"
|
||||
#include "internal/platform/nsd_service_info.h"
|
||||
#include "internal/platform/wifi_credential.h"
|
||||
#include "internal/platform/service_address.h"
|
||||
|
||||
namespace nearby {
|
||||
|
||||
|
||||
@@ -26,8 +26,8 @@
|
||||
#include "internal/platform/mutex_lock.h"
|
||||
#include "internal/platform/nsd_service_info.h"
|
||||
#include "internal/platform/output_stream.h"
|
||||
#include "internal/platform/service_address.h"
|
||||
#include "internal/platform/socket.h"
|
||||
#include "internal/platform/wifi_credential.h"
|
||||
|
||||
namespace nearby {
|
||||
using location::nearby::proto::connections::Medium;
|
||||
|
||||
Reference in New Issue
Block a user