From ca172feb55957bcd1f845b1d215b0eab436154bf Mon Sep 17 00:00:00 2001 From: guogang Date: Thu, 17 Feb 2022 09:03:22 -0800 Subject: [PATCH] Updated header file of windns.h PiperOrigin-RevId: 429323019 --- internal/platform/implementation/windows/wifi_lan.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/internal/platform/implementation/windows/wifi_lan.h b/internal/platform/implementation/windows/wifi_lan.h index 90cb4bcf..6daae344 100644 --- a/internal/platform/implementation/windows/wifi_lan.h +++ b/internal/platform/implementation/windows/wifi_lan.h @@ -16,8 +16,8 @@ #define PLATFORM_IMPL_WINDOWS_WIFI_LAN_H_ // Windows headers -#include // NOLINT -#include // NOLINT +#include // NOLINT +#include // NOLINT // Standard C/C++ headers #include @@ -31,12 +31,12 @@ #include "absl/container/flat_hash_set.h" #include "absl/synchronization/mutex.h" #include "absl/types/optional.h" -#include "internal/platform/implementation/wifi_lan.h" -#include "internal/platform/exception.h" -#include "internal/platform/input_stream.h" -#include "internal/platform/output_stream.h" #include "internal/platform/count_down_latch.h" +#include "internal/platform/exception.h" +#include "internal/platform/implementation/wifi_lan.h" +#include "internal/platform/input_stream.h" #include "internal/platform/mutex.h" +#include "internal/platform/output_stream.h" // WinRT headers #include "internal/platform/implementation/windows/generated/winrt/Windows.Devices.Enumeration.h"