From fc79c5b3ad69fd2c75eae0cd8f9b3a951fff4a11 Mon Sep 17 00:00:00 2001 From: Ahson Khan Date: Thu, 11 Mar 2021 16:22:37 -0800 Subject: [PATCH] Rename header files to match the namespace structure for things nested within Azure::Core. (#1879) * Rename header files to match the namespace structure for things nested within Azure::Core. * Update a header include that was missed. --- sdk/core/azure-core/CHANGELOG.md | 5 +++++ sdk/core/azure-core/CMakeLists.txt | 20 +++++++++---------- sdk/core/azure-core/inc/azure/core.hpp | 13 +++++++++--- .../core/{ => credentials}/credentials.hpp | 0 .../azure/core/{ => diagnostics}/logger.hpp | 0 .../{curl/curl.hpp => curl_transport.hpp} | 0 .../azure/core/http/{ => policies}/policy.hpp | 2 +- ...http_client.hpp => win_http_transport.hpp} | 0 .../azure/core/internal/client_options.hpp | 2 +- .../core/internal/{ => diagnostics}/log.hpp | 2 +- .../inc/azure/core/internal/http/pipeline.hpp | 2 +- .../internal/{ => io}/null_body_stream.hpp | 0 .../azure/core/internal/{ => json}/json.hpp | 0 .../internal/{ => json}/json_serializable.hpp | 0 ...environment_log_level_listener_private.hpp | 2 +- .../bearer_token_authentication_policy.cpp | 2 +- sdk/core/azure-core/src/http/curl/curl.cpp | 6 +++--- sdk/core/azure-core/src/http/http.cpp | 4 ++-- sdk/core/azure-core/src/http/log_policy.cpp | 4 ++-- sdk/core/azure-core/src/http/policy.cpp | 2 +- sdk/core/azure-core/src/http/retry_policy.cpp | 4 ++-- .../azure-core/src/http/telemetry_policy.cpp | 2 +- .../azure-core/src/http/transport_policy.cpp | 6 +++--- .../src/http/winhttp/win_http_transport.cpp | 2 +- sdk/core/azure-core/src/logger.cpp | 4 ++-- .../src/unit-algorithms.cpp | 2 +- .../nlohmann-json-test/src/unit-allocator.cpp | 2 +- .../src/unit-alt-string.cpp | 2 +- .../nlohmann-json-test/src/unit-capacity.cpp | 2 +- .../src/unit-class_const_iterator.cpp | 2 +- .../src/unit-class_iterator.cpp | 2 +- .../src/unit-class_lexer.cpp | 2 +- .../src/unit-comparison.cpp | 2 +- .../nlohmann-json-test/src/unit-concepts.cpp | 2 +- .../src/unit-constructor1.cpp | 2 +- .../src/unit-constructor2.cpp | 2 +- .../src/unit-convenience.cpp | 2 +- .../src/unit-conversions.cpp | 2 +- .../src/unit-deserialization.cpp | 2 +- .../src/unit-element_access1.cpp | 2 +- .../src/unit-element_access2.cpp | 2 +- .../src/unit-inspection.cpp | 2 +- .../nlohmann-json-test/src/unit-items.cpp | 2 +- .../src/unit-iterators1.cpp | 2 +- .../src/unit-iterators2.cpp | 2 +- .../src/unit-large_json.cpp | 2 +- .../nlohmann-json-test/src/unit-modifiers.cpp | 2 +- .../nlohmann-json-test/src/unit-noexcept.cpp | 2 +- .../src/unit-pointer_access.cpp | 2 +- .../nlohmann-json-test/src/unit-readme.cpp | 2 +- .../src/unit-reference_access.cpp | 2 +- .../src/unit-serialization.cpp | 2 +- .../src/unit-testsuites.cpp | 2 +- .../nlohmann-json-test/src/unit-to_chars.cpp | 2 +- .../test/nlohmann-json-test/src/unit-udt.cpp | 2 +- .../src/unit-user_defined_input.cpp | 2 +- .../nlohmann-json-test/src/unit-wstring.cpp | 2 +- .../azure-core/test/ut/client_options.cpp | 2 +- .../test/ut/curl_connection_pool.cpp | 4 ++-- sdk/core/azure-core/test/ut/curl_options.cpp | 4 ++-- sdk/core/azure-core/test/ut/curl_session.hpp | 2 +- .../azure-core/test/ut/curl_session_test.cpp | 2 +- sdk/core/azure-core/test/ut/http.cpp | 2 +- sdk/core/azure-core/test/ut/json.cpp | 2 +- sdk/core/azure-core/test/ut/logging.cpp | 2 +- sdk/core/azure-core/test/ut/pipeline.cpp | 2 +- sdk/core/azure-core/test/ut/policy.cpp | 2 +- .../azure-core/test/ut/telemetry_policy.cpp | 2 +- .../ut/transport_adapter_implementation.cpp | 6 +++--- sdk/core/perf/inc/azure/perf/options.hpp | 2 +- sdk/core/perf/src/program.cpp | 2 +- .../perf/test/curl_http_client_get_test.hpp | 2 +- .../perf/test/win_http_client_get_test.hpp | 2 +- .../identity/client_secret_credential.hpp | 4 ++-- .../azure/identity/environment_credential.hpp | 2 +- .../common/internal/keyvault_pipeline.hpp | 4 ++-- .../src/keyvault_exception.cpp | 4 ++-- .../test/ut/pipeline_test.cpp | 2 +- .../keys/details/key_request_parameters.hpp | 2 +- .../src/deleted_key.cpp | 2 +- .../src/key_client.cpp | 4 ++-- .../src/key_request_parameters.cpp | 2 +- .../src/key_vault_key.cpp | 2 +- .../inc/azure/storage/blobs/blob_client.hpp | 2 +- .../storage/blobs/blob_service_client.hpp | 2 +- .../azure-storage-blobs/src/blob_client.cpp | 2 +- .../src/blob_container_client.cpp | 2 +- .../src/blob_service_client.cpp | 2 +- .../storage/common/shared_key_policy.hpp | 2 +- .../azure/storage/common/storage_common.hpp | 2 +- .../common/storage_per_retry_policy.hpp | 2 +- .../storage_switch_to_secondary_policy.hpp | 2 +- .../src/storage_exception.cpp | 4 ++-- .../datalake/datalake_directory_client.hpp | 2 +- .../files/datalake/datalake_file_client.hpp | 2 +- .../datalake/datalake_file_system_client.hpp | 2 +- .../files/datalake/datalake_path_client.hpp | 2 +- .../datalake/datalake_service_client.hpp | 2 +- .../protocol/datalake_rest_client.hpp | 2 +- .../src/datalake_directory_client.cpp | 2 +- .../src/datalake_file_client.cpp | 2 +- .../src/datalake_file_system_client.cpp | 2 +- .../src/datalake_path_client.cpp | 2 +- .../src/datalake_service_client.cpp | 2 +- .../shares/protocol/share_rest_client.hpp | 2 +- .../src/share_client.cpp | 4 ++-- .../src/share_directory_client.cpp | 4 ++-- .../src/share_file_client.cpp | 6 +++--- .../src/share_service_client.cpp | 4 ++-- 109 files changed, 146 insertions(+), 134 deletions(-) rename sdk/core/azure-core/inc/azure/core/{ => credentials}/credentials.hpp (100%) rename sdk/core/azure-core/inc/azure/core/{ => diagnostics}/logger.hpp (100%) rename sdk/core/azure-core/inc/azure/core/http/{curl/curl.hpp => curl_transport.hpp} (100%) rename sdk/core/azure-core/inc/azure/core/http/{ => policies}/policy.hpp (99%) rename sdk/core/azure-core/inc/azure/core/http/{winhttp/win_http_client.hpp => win_http_transport.hpp} (100%) rename sdk/core/azure-core/inc/azure/core/internal/{ => diagnostics}/log.hpp (96%) rename sdk/core/azure-core/inc/azure/core/internal/{ => io}/null_body_stream.hpp (100%) rename sdk/core/azure-core/inc/azure/core/internal/{ => json}/json.hpp (100%) rename sdk/core/azure-core/inc/azure/core/internal/{ => json}/json_serializable.hpp (100%) diff --git a/sdk/core/azure-core/CHANGELOG.md b/sdk/core/azure-core/CHANGELOG.md index 409f70cf2..42e65ebc0 100644 --- a/sdk/core/azure-core/CHANGELOG.md +++ b/sdk/core/azure-core/CHANGELOG.md @@ -49,6 +49,11 @@ - Moved `AccessToken`, `TokenCredential`, and `AuthenticationException` from `Azure::Core` to `Azure::Core::Credentials` namespace. - Moved the Http policies from `Azure::Core::Http` to `Azure::Core::Http::Policies`. - Moved `Azure::Core::Http::Url` to `Azure::Core::Url`. +- Renamed `azure/core/credentials.hpp` to `azure/core/credentials/credentials.hpp` +- Renamed `azure/core/logger.hpp` to `azure/core/diagnostics/logger.hpp` +- Renamed `azure/core/http/policy.hpp` to `azure/core/http/policies/policy.hpp` +- Renamed `azure/core/http/curl/curl.hpp` to `azure/core/http/curl_transport.hpp` +- Renamed `azure/core/http/winhttp/win_http_client.hpp` to `azure/core/http/win_http_transport.hpp` ### Bug Fixes diff --git a/sdk/core/azure-core/CMakeLists.txt b/sdk/core/azure-core/CMakeLists.txt index 01004cdf0..deeefce63 100644 --- a/sdk/core/azure-core/CMakeLists.txt +++ b/sdk/core/azure-core/CMakeLists.txt @@ -34,40 +34,40 @@ endif() if(BUILD_TRANSPORT_CURL) SET(CURL_TRANSPORT_ADAPTER_SRC src/http/curl/curl.cpp) - SET(CURL_TRANSPORT_ADAPTER_INC inc/azure/core/http/curl/curl.hpp) + SET(CURL_TRANSPORT_ADAPTER_INC inc/azure/core/http/curl_transport.hpp) endif() if(BUILD_TRANSPORT_WINHTTP) SET(WIN_TRANSPORT_ADAPTER_SRC src/http/winhttp/win_http_transport.cpp) - SET(WIN_TRANSPORT_ADAPTER_INC inc/azure/core/http/winhttp/win_http_client.hpp) + SET(WIN_TRANSPORT_ADAPTER_INC inc/azure/core/http/win_http_transport.hpp) endif() set( AZURE_CORE_HEADER ${CURL_TRANSPORT_ADAPTER_INC} ${WIN_TRANSPORT_ADAPTER_INC} + inc/azure/core/credentials/credentials.hpp inc/azure/core/cryptography/hash.hpp + inc/azure/core/diagnostics/logger.hpp inc/azure/core/http/http.hpp - inc/azure/core/http/policy.hpp + inc/azure/core/http/policies/policy.hpp inc/azure/core/http/transport.hpp inc/azure/core/internal/client_options.hpp inc/azure/core/internal/contract.hpp + inc/azure/core/internal/diagnostics/log.hpp inc/azure/core/internal/hkeyholder.hpp inc/azure/core/internal/http/pipeline.hpp - inc/azure/core/internal/json_serializable.hpp - inc/azure/core/internal/json.hpp - inc/azure/core/internal/log.hpp - inc/azure/core/internal/null_body_stream.hpp + inc/azure/core/internal/io/null_body_stream.hpp + inc/azure/core/internal/json/json_serializable.hpp + inc/azure/core/internal/json/json.hpp inc/azure/core/internal/strings.hpp inc/azure/core/io/body_stream.hpp inc/azure/core/base64.hpp inc/azure/core/case_insensitive_containers.hpp inc/azure/core/context.hpp - inc/azure/core/credentials.hpp inc/azure/core/datetime.hpp inc/azure/core/dll_import_export.hpp inc/azure/core/etag.hpp inc/azure/core/exception.hpp - inc/azure/core/logger.hpp inc/azure/core/match_conditions.hpp inc/azure/core/modified_conditions.hpp inc/azure/core/nullable.hpp @@ -75,8 +75,8 @@ set( inc/azure/core/operation_status.hpp inc/azure/core/platform.hpp inc/azure/core/response.hpp - inc/azure/core/uuid.hpp inc/azure/core/url.hpp + inc/azure/core/uuid.hpp inc/azure/core/version.hpp inc/azure/core.hpp ) diff --git a/sdk/core/azure-core/inc/azure/core.hpp b/sdk/core/azure-core/inc/azure/core.hpp index df768475f..5fbd14ec2 100644 --- a/sdk/core/azure-core/inc/azure/core.hpp +++ b/sdk/core/azure-core/inc/azure/core.hpp @@ -12,13 +12,12 @@ // azure/core #include "azure/core/base64.hpp" +#include "azure/core/case_insensitive_containers.hpp" #include "azure/core/context.hpp" -#include "azure/core/credentials.hpp" #include "azure/core/datetime.hpp" #include "azure/core/dll_import_export.hpp" #include "azure/core/etag.hpp" #include "azure/core/exception.hpp" -#include "azure/core/logger.hpp" #include "azure/core/match_conditions.hpp" #include "azure/core/modified_conditions.hpp" #include "azure/core/nullable.hpp" @@ -30,13 +29,21 @@ #include "azure/core/uuid.hpp" #include "azure/core/version.hpp" +// azure/core/credentials +#include "azure/core/credentials/credentials.hpp" + // azure/core/cryptography #include "azure/core/cryptography/hash.hpp" +// azure/core/diagnostics +#include "azure/core/diagnostics/logger.hpp" + // azure/core/http #include "azure/core/http/http.hpp" -#include "azure/core/http/policy.hpp" #include "azure/core/http/transport.hpp" +// azure/core/http/policies +#include "azure/core/http/policies/policy.hpp" + // azure/core/io #include "azure/core/io/body_stream.hpp" diff --git a/sdk/core/azure-core/inc/azure/core/credentials.hpp b/sdk/core/azure-core/inc/azure/core/credentials/credentials.hpp similarity index 100% rename from sdk/core/azure-core/inc/azure/core/credentials.hpp rename to sdk/core/azure-core/inc/azure/core/credentials/credentials.hpp diff --git a/sdk/core/azure-core/inc/azure/core/logger.hpp b/sdk/core/azure-core/inc/azure/core/diagnostics/logger.hpp similarity index 100% rename from sdk/core/azure-core/inc/azure/core/logger.hpp rename to sdk/core/azure-core/inc/azure/core/diagnostics/logger.hpp diff --git a/sdk/core/azure-core/inc/azure/core/http/curl/curl.hpp b/sdk/core/azure-core/inc/azure/core/http/curl_transport.hpp similarity index 100% rename from sdk/core/azure-core/inc/azure/core/http/curl/curl.hpp rename to sdk/core/azure-core/inc/azure/core/http/curl_transport.hpp diff --git a/sdk/core/azure-core/inc/azure/core/http/policy.hpp b/sdk/core/azure-core/inc/azure/core/http/policies/policy.hpp similarity index 99% rename from sdk/core/azure-core/inc/azure/core/http/policy.hpp rename to sdk/core/azure-core/inc/azure/core/http/policies/policy.hpp index 360b1166b..93e820cd0 100644 --- a/sdk/core/azure-core/inc/azure/core/http/policy.hpp +++ b/sdk/core/azure-core/inc/azure/core/http/policies/policy.hpp @@ -10,7 +10,7 @@ #include "azure/core/case_insensitive_containers.hpp" #include "azure/core/context.hpp" -#include "azure/core/credentials.hpp" +#include "azure/core/credentials/credentials.hpp" #include "azure/core/dll_import_export.hpp" #include "azure/core/http/http.hpp" #include "azure/core/http/transport.hpp" diff --git a/sdk/core/azure-core/inc/azure/core/http/winhttp/win_http_client.hpp b/sdk/core/azure-core/inc/azure/core/http/win_http_transport.hpp similarity index 100% rename from sdk/core/azure-core/inc/azure/core/http/winhttp/win_http_client.hpp rename to sdk/core/azure-core/inc/azure/core/http/win_http_transport.hpp diff --git a/sdk/core/azure-core/inc/azure/core/internal/client_options.hpp b/sdk/core/azure-core/inc/azure/core/internal/client_options.hpp index 381d944b7..61a087e33 100644 --- a/sdk/core/azure-core/inc/azure/core/internal/client_options.hpp +++ b/sdk/core/azure-core/inc/azure/core/internal/client_options.hpp @@ -10,7 +10,7 @@ #pragma once #include "azure/core/http/http.hpp" -#include "azure/core/http/policy.hpp" +#include "azure/core/http/policies/policy.hpp" #include #include diff --git a/sdk/core/azure-core/inc/azure/core/internal/log.hpp b/sdk/core/azure-core/inc/azure/core/internal/diagnostics/log.hpp similarity index 96% rename from sdk/core/azure-core/inc/azure/core/internal/log.hpp rename to sdk/core/azure-core/inc/azure/core/internal/diagnostics/log.hpp index 548ba967d..124410f48 100644 --- a/sdk/core/azure-core/inc/azure/core/internal/log.hpp +++ b/sdk/core/azure-core/inc/azure/core/internal/diagnostics/log.hpp @@ -3,8 +3,8 @@ #pragma once +#include "azure/core/diagnostics/logger.hpp" #include "azure/core/dll_import_export.hpp" -#include "azure/core/logger.hpp" #include #include diff --git a/sdk/core/azure-core/inc/azure/core/internal/http/pipeline.hpp b/sdk/core/azure-core/inc/azure/core/internal/http/pipeline.hpp index ce3ff70e0..6d3652a2d 100644 --- a/sdk/core/azure-core/inc/azure/core/internal/http/pipeline.hpp +++ b/sdk/core/azure-core/inc/azure/core/internal/http/pipeline.hpp @@ -11,7 +11,7 @@ #include "azure/core/context.hpp" #include "azure/core/http/http.hpp" -#include "azure/core/http/policy.hpp" +#include "azure/core/http/policies/policy.hpp" #include "azure/core/http/transport.hpp" #include "azure/core/internal/client_options.hpp" diff --git a/sdk/core/azure-core/inc/azure/core/internal/null_body_stream.hpp b/sdk/core/azure-core/inc/azure/core/internal/io/null_body_stream.hpp similarity index 100% rename from sdk/core/azure-core/inc/azure/core/internal/null_body_stream.hpp rename to sdk/core/azure-core/inc/azure/core/internal/io/null_body_stream.hpp diff --git a/sdk/core/azure-core/inc/azure/core/internal/json.hpp b/sdk/core/azure-core/inc/azure/core/internal/json/json.hpp similarity index 100% rename from sdk/core/azure-core/inc/azure/core/internal/json.hpp rename to sdk/core/azure-core/inc/azure/core/internal/json/json.hpp diff --git a/sdk/core/azure-core/inc/azure/core/internal/json_serializable.hpp b/sdk/core/azure-core/inc/azure/core/internal/json/json_serializable.hpp similarity index 100% rename from sdk/core/azure-core/inc/azure/core/internal/json_serializable.hpp rename to sdk/core/azure-core/inc/azure/core/internal/json/json_serializable.hpp diff --git a/sdk/core/azure-core/src/environment_log_level_listener_private.hpp b/sdk/core/azure-core/src/environment_log_level_listener_private.hpp index d8f034fe3..94d7c020c 100644 --- a/sdk/core/azure-core/src/environment_log_level_listener_private.hpp +++ b/sdk/core/azure-core/src/environment_log_level_listener_private.hpp @@ -3,7 +3,7 @@ #pragma once -#include "azure/core/logger.hpp" +#include "azure/core/diagnostics/logger.hpp" #if defined(AZ_PLATFORM_WINDOWS) #if !defined(WIN32_LEAN_AND_MEAN) diff --git a/sdk/core/azure-core/src/http/bearer_token_authentication_policy.cpp b/sdk/core/azure-core/src/http/bearer_token_authentication_policy.cpp index ad439c0eb..f245d65a2 100644 --- a/sdk/core/azure-core/src/http/bearer_token_authentication_policy.cpp +++ b/sdk/core/azure-core/src/http/bearer_token_authentication_policy.cpp @@ -1,7 +1,7 @@ // Copyright (c) Microsoft Corporation. All rights reserved. // SPDX-License-Identifier: MIT -#include "azure/core/http/policy.hpp" +#include "azure/core/http/policies/policy.hpp" #include diff --git a/sdk/core/azure-core/src/http/curl/curl.cpp b/sdk/core/azure-core/src/http/curl/curl.cpp index 43763234d..5ea5c0a70 100644 --- a/sdk/core/azure-core/src/http/curl/curl.cpp +++ b/sdk/core/azure-core/src/http/curl/curl.cpp @@ -1,11 +1,11 @@ // Copyright (c) Microsoft Corporation. All rights reserved. // SPDX-License-Identifier: MIT -#include "azure/core/http/curl/curl.hpp" +#include "azure/core/http/curl_transport.hpp" #include "azure/core/http/http.hpp" -#include "azure/core/http/policy.hpp" +#include "azure/core/http/policies/policy.hpp" #include "azure/core/http/transport.hpp" -#include "azure/core/internal/log.hpp" +#include "azure/core/internal/diagnostics/log.hpp" #include "azure/core/platform.hpp" // Private incude diff --git a/sdk/core/azure-core/src/http/http.cpp b/sdk/core/azure-core/src/http/http.cpp index aaa83ab0a..c7d307d81 100644 --- a/sdk/core/azure-core/src/http/http.cpp +++ b/sdk/core/azure-core/src/http/http.cpp @@ -2,8 +2,8 @@ // SPDX-License-Identifier: MIT #include "azure/core/http/http.hpp" -#include "azure/core/http/policy.hpp" -#include "azure/core/internal/null_body_stream.hpp" +#include "azure/core/http/policies/policy.hpp" +#include "azure/core/internal/io/null_body_stream.hpp" #include "azure/core/url.hpp" #include diff --git a/sdk/core/azure-core/src/http/log_policy.cpp b/sdk/core/azure-core/src/http/log_policy.cpp index 4be01df7d..b1146c8e3 100644 --- a/sdk/core/azure-core/src/http/log_policy.cpp +++ b/sdk/core/azure-core/src/http/log_policy.cpp @@ -1,8 +1,8 @@ // Copyright (c) Microsoft Corporation. All rights reserved. // SPDX-License-Identifier: MIT -#include "azure/core/http/policy.hpp" -#include "azure/core/internal/log.hpp" +#include "azure/core/http/policies/policy.hpp" +#include "azure/core/internal/diagnostics/log.hpp" #include #include diff --git a/sdk/core/azure-core/src/http/policy.cpp b/sdk/core/azure-core/src/http/policy.cpp index a774c8c23..6094b4bba 100644 --- a/sdk/core/azure-core/src/http/policy.cpp +++ b/sdk/core/azure-core/src/http/policy.cpp @@ -1,7 +1,7 @@ // Copyright (c) Microsoft Corporation. All rights reserved. // SPDX-License-Identifier: MIT -#include "azure/core/http/policy.hpp" +#include "azure/core/http/policies/policy.hpp" #include "azure/core/http/http.hpp" using Azure::Core::Context; diff --git a/sdk/core/azure-core/src/http/retry_policy.cpp b/sdk/core/azure-core/src/http/retry_policy.cpp index 2112082e9..008b68cb0 100644 --- a/sdk/core/azure-core/src/http/retry_policy.cpp +++ b/sdk/core/azure-core/src/http/retry_policy.cpp @@ -1,8 +1,8 @@ // Copyright (c) Microsoft Corporation. All rights reserved. // SPDX-License-Identifier: MIT -#include "azure/core/http/policy.hpp" -#include "azure/core/internal/log.hpp" +#include "azure/core/http/policies/policy.hpp" +#include "azure/core/internal/diagnostics/log.hpp" #include #include diff --git a/sdk/core/azure-core/src/http/telemetry_policy.cpp b/sdk/core/azure-core/src/http/telemetry_policy.cpp index bd5fd1e13..1774ca609 100644 --- a/sdk/core/azure-core/src/http/telemetry_policy.cpp +++ b/sdk/core/azure-core/src/http/telemetry_policy.cpp @@ -1,7 +1,7 @@ // Copyright (c) Microsoft Corporation. All rights reserved. // SPDX-License-Identifier: MIT -#include "azure/core/http/policy.hpp" +#include "azure/core/http/policies/policy.hpp" #include "azure/core/platform.hpp" #include diff --git a/sdk/core/azure-core/src/http/transport_policy.cpp b/sdk/core/azure-core/src/http/transport_policy.cpp index bca48eb67..b590018f3 100644 --- a/sdk/core/azure-core/src/http/transport_policy.cpp +++ b/sdk/core/azure-core/src/http/transport_policy.cpp @@ -1,14 +1,14 @@ // Copyright (c) Microsoft Corporation. All rights reserved. // SPDX-License-Identifier: MIT -#include "azure/core/http/policy.hpp" +#include "azure/core/http/policies/policy.hpp" #if defined(BUILD_CURL_HTTP_TRANSPORT_ADAPTER) -#include "azure/core/http/curl/curl.hpp" +#include "azure/core/http/curl_transport.hpp" #endif #if defined(BUILD_TRANSPORT_WINHTTP_ADAPTER) -#include "azure/core/http/winhttp/win_http_client.hpp" +#include "azure/core/http/win_http_transport.hpp" #endif using Azure::Core::Context; diff --git a/sdk/core/azure-core/src/http/winhttp/win_http_transport.cpp b/sdk/core/azure-core/src/http/winhttp/win_http_transport.cpp index 6d6a4b76f..df20e1837 100644 --- a/sdk/core/azure-core/src/http/winhttp/win_http_transport.cpp +++ b/sdk/core/azure-core/src/http/winhttp/win_http_transport.cpp @@ -4,7 +4,7 @@ #include "azure/core/http/http.hpp" #if defined(BUILD_TRANSPORT_WINHTTP_ADAPTER) -#include "azure/core/http/winhttp/win_http_client.hpp" +#include "azure/core/http/win_http_transport.hpp" #endif #include diff --git a/sdk/core/azure-core/src/logger.cpp b/sdk/core/azure-core/src/logger.cpp index 9f666d779..9f9267993 100644 --- a/sdk/core/azure-core/src/logger.cpp +++ b/sdk/core/azure-core/src/logger.cpp @@ -1,8 +1,8 @@ // Copyright (c) Microsoft Corporation. All rights reserved. // SPDX-License-Identifier: MIT -#include "azure/core/logger.hpp" -#include "azure/core/internal/log.hpp" +#include "azure/core/diagnostics/logger.hpp" +#include "azure/core/internal/diagnostics/log.hpp" #include #include diff --git a/sdk/core/azure-core/test/nlohmann-json-test/src/unit-algorithms.cpp b/sdk/core/azure-core/test/nlohmann-json-test/src/unit-algorithms.cpp index fb03a61d4..3cd4fa548 100644 --- a/sdk/core/azure-core/test/nlohmann-json-test/src/unit-algorithms.cpp +++ b/sdk/core/azure-core/test/nlohmann-json-test/src/unit-algorithms.cpp @@ -29,7 +29,7 @@ SOFTWARE. #include "doctest_compatibility.h" -#include +#include using Azure::Core::Json::_internal::json; TEST_CASE("algorithms") diff --git a/sdk/core/azure-core/test/nlohmann-json-test/src/unit-allocator.cpp b/sdk/core/azure-core/test/nlohmann-json-test/src/unit-allocator.cpp index 12f8212c5..8a14b1848 100644 --- a/sdk/core/azure-core/test/nlohmann-json-test/src/unit-allocator.cpp +++ b/sdk/core/azure-core/test/nlohmann-json-test/src/unit-allocator.cpp @@ -30,7 +30,7 @@ SOFTWARE. #include "doctest_compatibility.h" #define private public -#include +#include using Azure::Core::Json::_internal::json; #undef private diff --git a/sdk/core/azure-core/test/nlohmann-json-test/src/unit-alt-string.cpp b/sdk/core/azure-core/test/nlohmann-json-test/src/unit-alt-string.cpp index 5e594a832..916aab491 100644 --- a/sdk/core/azure-core/test/nlohmann-json-test/src/unit-alt-string.cpp +++ b/sdk/core/azure-core/test/nlohmann-json-test/src/unit-alt-string.cpp @@ -29,7 +29,7 @@ SOFTWARE. #include "doctest_compatibility.h" -#include +#include #include #include diff --git a/sdk/core/azure-core/test/nlohmann-json-test/src/unit-capacity.cpp b/sdk/core/azure-core/test/nlohmann-json-test/src/unit-capacity.cpp index d5fa52912..418d03f85 100644 --- a/sdk/core/azure-core/test/nlohmann-json-test/src/unit-capacity.cpp +++ b/sdk/core/azure-core/test/nlohmann-json-test/src/unit-capacity.cpp @@ -29,7 +29,7 @@ SOFTWARE. #include "doctest_compatibility.h" -#include +#include using Azure::Core::Json::_internal::json; TEST_CASE("capacity") diff --git a/sdk/core/azure-core/test/nlohmann-json-test/src/unit-class_const_iterator.cpp b/sdk/core/azure-core/test/nlohmann-json-test/src/unit-class_const_iterator.cpp index f5924d260..e4942fe59 100644 --- a/sdk/core/azure-core/test/nlohmann-json-test/src/unit-class_const_iterator.cpp +++ b/sdk/core/azure-core/test/nlohmann-json-test/src/unit-class_const_iterator.cpp @@ -30,7 +30,7 @@ SOFTWARE. #include "doctest_compatibility.h" #define private public -#include +#include using Azure::Core::Json::_internal::json; #undef private diff --git a/sdk/core/azure-core/test/nlohmann-json-test/src/unit-class_iterator.cpp b/sdk/core/azure-core/test/nlohmann-json-test/src/unit-class_iterator.cpp index e793df7de..39d90048f 100644 --- a/sdk/core/azure-core/test/nlohmann-json-test/src/unit-class_iterator.cpp +++ b/sdk/core/azure-core/test/nlohmann-json-test/src/unit-class_iterator.cpp @@ -30,7 +30,7 @@ SOFTWARE. #include "doctest_compatibility.h" #define private public -#include +#include using Azure::Core::Json::_internal::json; #undef private diff --git a/sdk/core/azure-core/test/nlohmann-json-test/src/unit-class_lexer.cpp b/sdk/core/azure-core/test/nlohmann-json-test/src/unit-class_lexer.cpp index 9cfe7907e..a17605690 100644 --- a/sdk/core/azure-core/test/nlohmann-json-test/src/unit-class_lexer.cpp +++ b/sdk/core/azure-core/test/nlohmann-json-test/src/unit-class_lexer.cpp @@ -30,7 +30,7 @@ SOFTWARE. #include "doctest_compatibility.h" #define private public -#include +#include using Azure::Core::Json::_internal::json; #undef private diff --git a/sdk/core/azure-core/test/nlohmann-json-test/src/unit-comparison.cpp b/sdk/core/azure-core/test/nlohmann-json-test/src/unit-comparison.cpp index d260d6164..02459ad67 100644 --- a/sdk/core/azure-core/test/nlohmann-json-test/src/unit-comparison.cpp +++ b/sdk/core/azure-core/test/nlohmann-json-test/src/unit-comparison.cpp @@ -29,7 +29,7 @@ SOFTWARE. #include "doctest_compatibility.h" -#include +#include using Azure::Core::Json::_internal::json; namespace { diff --git a/sdk/core/azure-core/test/nlohmann-json-test/src/unit-concepts.cpp b/sdk/core/azure-core/test/nlohmann-json-test/src/unit-concepts.cpp index 2baeb8759..0abffa407 100644 --- a/sdk/core/azure-core/test/nlohmann-json-test/src/unit-concepts.cpp +++ b/sdk/core/azure-core/test/nlohmann-json-test/src/unit-concepts.cpp @@ -29,7 +29,7 @@ SOFTWARE. #include "doctest_compatibility.h" -#include +#include using Azure::Core::Json::_internal::json; TEST_CASE("concepts") diff --git a/sdk/core/azure-core/test/nlohmann-json-test/src/unit-constructor1.cpp b/sdk/core/azure-core/test/nlohmann-json-test/src/unit-constructor1.cpp index 20ad46a06..d40172047 100644 --- a/sdk/core/azure-core/test/nlohmann-json-test/src/unit-constructor1.cpp +++ b/sdk/core/azure-core/test/nlohmann-json-test/src/unit-constructor1.cpp @@ -31,7 +31,7 @@ SOFTWARE. DOCTEST_GCC_SUPPRESS_WARNING("-Wfloat-equal") #define private public -#include +#include using Azure::Core::Json::_internal::json; #undef private diff --git a/sdk/core/azure-core/test/nlohmann-json-test/src/unit-constructor2.cpp b/sdk/core/azure-core/test/nlohmann-json-test/src/unit-constructor2.cpp index c5605807d..8a65f38bf 100644 --- a/sdk/core/azure-core/test/nlohmann-json-test/src/unit-constructor2.cpp +++ b/sdk/core/azure-core/test/nlohmann-json-test/src/unit-constructor2.cpp @@ -29,7 +29,7 @@ SOFTWARE. #include "doctest_compatibility.h" -#include +#include using Azure::Core::Json::_internal::json; TEST_CASE("other constructors and destructor") diff --git a/sdk/core/azure-core/test/nlohmann-json-test/src/unit-convenience.cpp b/sdk/core/azure-core/test/nlohmann-json-test/src/unit-convenience.cpp index da22d1ac7..adbeb8b13 100644 --- a/sdk/core/azure-core/test/nlohmann-json-test/src/unit-convenience.cpp +++ b/sdk/core/azure-core/test/nlohmann-json-test/src/unit-convenience.cpp @@ -30,7 +30,7 @@ SOFTWARE. #include "doctest_compatibility.h" #define private public -#include +#include using Azure::Core::Json::_internal::json; #undef private diff --git a/sdk/core/azure-core/test/nlohmann-json-test/src/unit-conversions.cpp b/sdk/core/azure-core/test/nlohmann-json-test/src/unit-conversions.cpp index 510bc9b03..794054c5d 100644 --- a/sdk/core/azure-core/test/nlohmann-json-test/src/unit-conversions.cpp +++ b/sdk/core/azure-core/test/nlohmann-json-test/src/unit-conversions.cpp @@ -30,7 +30,7 @@ SOFTWARE. #include "doctest_compatibility.h" #define private public -#include +#include using Azure::Core::Json::_internal::json; #undef private diff --git a/sdk/core/azure-core/test/nlohmann-json-test/src/unit-deserialization.cpp b/sdk/core/azure-core/test/nlohmann-json-test/src/unit-deserialization.cpp index 3b4ced902..af95944be 100644 --- a/sdk/core/azure-core/test/nlohmann-json-test/src/unit-deserialization.cpp +++ b/sdk/core/azure-core/test/nlohmann-json-test/src/unit-deserialization.cpp @@ -29,7 +29,7 @@ SOFTWARE. #include "doctest_compatibility.h" -#include +#include using Azure::Core::Json::_internal::json; #include diff --git a/sdk/core/azure-core/test/nlohmann-json-test/src/unit-element_access1.cpp b/sdk/core/azure-core/test/nlohmann-json-test/src/unit-element_access1.cpp index e86b8516f..eabe44479 100644 --- a/sdk/core/azure-core/test/nlohmann-json-test/src/unit-element_access1.cpp +++ b/sdk/core/azure-core/test/nlohmann-json-test/src/unit-element_access1.cpp @@ -29,7 +29,7 @@ SOFTWARE. #include "doctest_compatibility.h" -#include +#include using Azure::Core::Json::_internal::json; TEST_CASE("element access 1") diff --git a/sdk/core/azure-core/test/nlohmann-json-test/src/unit-element_access2.cpp b/sdk/core/azure-core/test/nlohmann-json-test/src/unit-element_access2.cpp index f6fbc4cd2..37c5974d2 100644 --- a/sdk/core/azure-core/test/nlohmann-json-test/src/unit-element_access2.cpp +++ b/sdk/core/azure-core/test/nlohmann-json-test/src/unit-element_access2.cpp @@ -29,7 +29,7 @@ SOFTWARE. #include "doctest_compatibility.h" -#include +#include using Azure::Core::Json::_internal::json; TEST_CASE("element access 2") diff --git a/sdk/core/azure-core/test/nlohmann-json-test/src/unit-inspection.cpp b/sdk/core/azure-core/test/nlohmann-json-test/src/unit-inspection.cpp index c01d8d607..0f0f75c00 100644 --- a/sdk/core/azure-core/test/nlohmann-json-test/src/unit-inspection.cpp +++ b/sdk/core/azure-core/test/nlohmann-json-test/src/unit-inspection.cpp @@ -29,7 +29,7 @@ SOFTWARE. #include "doctest_compatibility.h" -#include +#include using Azure::Core::Json::_internal::json; #include diff --git a/sdk/core/azure-core/test/nlohmann-json-test/src/unit-items.cpp b/sdk/core/azure-core/test/nlohmann-json-test/src/unit-items.cpp index 84c37952f..e499ea092 100644 --- a/sdk/core/azure-core/test/nlohmann-json-test/src/unit-items.cpp +++ b/sdk/core/azure-core/test/nlohmann-json-test/src/unit-items.cpp @@ -29,7 +29,7 @@ SOFTWARE. #include "doctest_compatibility.h" -#include +#include using Azure::Core::Json::_internal::json; #if (defined(__cplusplus) && __cplusplus >= 201703L) \ diff --git a/sdk/core/azure-core/test/nlohmann-json-test/src/unit-iterators1.cpp b/sdk/core/azure-core/test/nlohmann-json-test/src/unit-iterators1.cpp index 12a2957c3..92e62506e 100644 --- a/sdk/core/azure-core/test/nlohmann-json-test/src/unit-iterators1.cpp +++ b/sdk/core/azure-core/test/nlohmann-json-test/src/unit-iterators1.cpp @@ -30,7 +30,7 @@ SOFTWARE. #include "doctest_compatibility.h" #define private public -#include +#include using Azure::Core::Json::_internal::json; #undef private diff --git a/sdk/core/azure-core/test/nlohmann-json-test/src/unit-iterators2.cpp b/sdk/core/azure-core/test/nlohmann-json-test/src/unit-iterators2.cpp index 796563b0e..4de4dd63c 100644 --- a/sdk/core/azure-core/test/nlohmann-json-test/src/unit-iterators2.cpp +++ b/sdk/core/azure-core/test/nlohmann-json-test/src/unit-iterators2.cpp @@ -29,7 +29,7 @@ SOFTWARE. #include "doctest_compatibility.h" -#include +#include using Azure::Core::Json::_internal::json; TEST_CASE("iterators 2") diff --git a/sdk/core/azure-core/test/nlohmann-json-test/src/unit-large_json.cpp b/sdk/core/azure-core/test/nlohmann-json-test/src/unit-large_json.cpp index d17cb23e0..46d12afcc 100644 --- a/sdk/core/azure-core/test/nlohmann-json-test/src/unit-large_json.cpp +++ b/sdk/core/azure-core/test/nlohmann-json-test/src/unit-large_json.cpp @@ -29,7 +29,7 @@ SOFTWARE. #include "doctest_compatibility.h" -#include +#include using Azure::Core::Json::_internal::json; #include diff --git a/sdk/core/azure-core/test/nlohmann-json-test/src/unit-modifiers.cpp b/sdk/core/azure-core/test/nlohmann-json-test/src/unit-modifiers.cpp index 5dff29914..bef1de9c1 100644 --- a/sdk/core/azure-core/test/nlohmann-json-test/src/unit-modifiers.cpp +++ b/sdk/core/azure-core/test/nlohmann-json-test/src/unit-modifiers.cpp @@ -29,7 +29,7 @@ SOFTWARE. #include "doctest_compatibility.h" -#include +#include using Azure::Core::Json::_internal::json; TEST_CASE("modifiers") diff --git a/sdk/core/azure-core/test/nlohmann-json-test/src/unit-noexcept.cpp b/sdk/core/azure-core/test/nlohmann-json-test/src/unit-noexcept.cpp index 048ee4c84..08403ce4f 100644 --- a/sdk/core/azure-core/test/nlohmann-json-test/src/unit-noexcept.cpp +++ b/sdk/core/azure-core/test/nlohmann-json-test/src/unit-noexcept.cpp @@ -29,7 +29,7 @@ SOFTWARE. #include "doctest_compatibility.h" -#include +#include using Azure::Core::Json::_internal::json; namespace { diff --git a/sdk/core/azure-core/test/nlohmann-json-test/src/unit-pointer_access.cpp b/sdk/core/azure-core/test/nlohmann-json-test/src/unit-pointer_access.cpp index 9577ff669..f4e07070f 100644 --- a/sdk/core/azure-core/test/nlohmann-json-test/src/unit-pointer_access.cpp +++ b/sdk/core/azure-core/test/nlohmann-json-test/src/unit-pointer_access.cpp @@ -29,7 +29,7 @@ SOFTWARE. #include "doctest_compatibility.h" -#include +#include using Azure::Core::Json::_internal::json; TEST_CASE("pointer access") diff --git a/sdk/core/azure-core/test/nlohmann-json-test/src/unit-readme.cpp b/sdk/core/azure-core/test/nlohmann-json-test/src/unit-readme.cpp index d10fc5258..00e5a1c40 100644 --- a/sdk/core/azure-core/test/nlohmann-json-test/src/unit-readme.cpp +++ b/sdk/core/azure-core/test/nlohmann-json-test/src/unit-readme.cpp @@ -30,7 +30,7 @@ SOFTWARE. #include "doctest_compatibility.h" DOCTEST_GCC_SUPPRESS_WARNING("-Wfloat-equal") -#include +#include using Azure::Core::Json::_internal::json; #include diff --git a/sdk/core/azure-core/test/nlohmann-json-test/src/unit-reference_access.cpp b/sdk/core/azure-core/test/nlohmann-json-test/src/unit-reference_access.cpp index bb23a2a21..17d063972 100644 --- a/sdk/core/azure-core/test/nlohmann-json-test/src/unit-reference_access.cpp +++ b/sdk/core/azure-core/test/nlohmann-json-test/src/unit-reference_access.cpp @@ -30,7 +30,7 @@ SOFTWARE. #include "doctest_compatibility.h" DOCTEST_GCC_SUPPRESS_WARNING("-Wfloat-equal") -#include +#include using Azure::Core::Json::_internal::json; TEST_CASE("reference access") diff --git a/sdk/core/azure-core/test/nlohmann-json-test/src/unit-serialization.cpp b/sdk/core/azure-core/test/nlohmann-json-test/src/unit-serialization.cpp index f33fae3e0..966543ee4 100644 --- a/sdk/core/azure-core/test/nlohmann-json-test/src/unit-serialization.cpp +++ b/sdk/core/azure-core/test/nlohmann-json-test/src/unit-serialization.cpp @@ -29,7 +29,7 @@ SOFTWARE. #include "doctest_compatibility.h" -#include +#include using Azure::Core::Json::_internal::json; #include diff --git a/sdk/core/azure-core/test/nlohmann-json-test/src/unit-testsuites.cpp b/sdk/core/azure-core/test/nlohmann-json-test/src/unit-testsuites.cpp index f3f633169..0c6a0a363 100644 --- a/sdk/core/azure-core/test/nlohmann-json-test/src/unit-testsuites.cpp +++ b/sdk/core/azure-core/test/nlohmann-json-test/src/unit-testsuites.cpp @@ -29,7 +29,7 @@ SOFTWARE. #include "doctest_compatibility.h" -#include +#include using Azure::Core::Json::_internal::json; #include diff --git a/sdk/core/azure-core/test/nlohmann-json-test/src/unit-to_chars.cpp b/sdk/core/azure-core/test/nlohmann-json-test/src/unit-to_chars.cpp index 8f3394981..f8e9dc17b 100644 --- a/sdk/core/azure-core/test/nlohmann-json-test/src/unit-to_chars.cpp +++ b/sdk/core/azure-core/test/nlohmann-json-test/src/unit-to_chars.cpp @@ -33,7 +33,7 @@ SOFTWARE. #include "doctest_compatibility.h" -#include +#include using Azure::Core::Json::_internal::detail::dtoa_impl::reinterpret_bits; namespace { diff --git a/sdk/core/azure-core/test/nlohmann-json-test/src/unit-udt.cpp b/sdk/core/azure-core/test/nlohmann-json-test/src/unit-udt.cpp index 6cb1f00d5..70f4e570f 100644 --- a/sdk/core/azure-core/test/nlohmann-json-test/src/unit-udt.cpp +++ b/sdk/core/azure-core/test/nlohmann-json-test/src/unit-udt.cpp @@ -29,7 +29,7 @@ SOFTWARE. #include "doctest_compatibility.h" -#include +#include using Azure::Core::Json::_internal::json; #include diff --git a/sdk/core/azure-core/test/nlohmann-json-test/src/unit-user_defined_input.cpp b/sdk/core/azure-core/test/nlohmann-json-test/src/unit-user_defined_input.cpp index 229bf8c90..1658f5187 100644 --- a/sdk/core/azure-core/test/nlohmann-json-test/src/unit-user_defined_input.cpp +++ b/sdk/core/azure-core/test/nlohmann-json-test/src/unit-user_defined_input.cpp @@ -29,7 +29,7 @@ SOFTWARE. #include "doctest_compatibility.h" -#include +#include using Azure::Core::Json::_internal::json; #include diff --git a/sdk/core/azure-core/test/nlohmann-json-test/src/unit-wstring.cpp b/sdk/core/azure-core/test/nlohmann-json-test/src/unit-wstring.cpp index 4f9f7f055..c169ae6fd 100644 --- a/sdk/core/azure-core/test/nlohmann-json-test/src/unit-wstring.cpp +++ b/sdk/core/azure-core/test/nlohmann-json-test/src/unit-wstring.cpp @@ -29,7 +29,7 @@ SOFTWARE. #include "doctest_compatibility.h" -#include +#include using Azure::Core::Json::_internal::json; namespace { diff --git a/sdk/core/azure-core/test/ut/client_options.cpp b/sdk/core/azure-core/test/ut/client_options.cpp index 1081e3e04..02b4697f9 100644 --- a/sdk/core/azure-core/test/ut/client_options.cpp +++ b/sdk/core/azure-core/test/ut/client_options.cpp @@ -3,7 +3,7 @@ #include #include -#include +#include #include #include #include diff --git a/sdk/core/azure-core/test/ut/curl_connection_pool.cpp b/sdk/core/azure-core/test/ut/curl_connection_pool.cpp index 862c9c03f..e2edb17c6 100644 --- a/sdk/core/azure-core/test/ut/curl_connection_pool.cpp +++ b/sdk/core/azure-core/test/ut/curl_connection_pool.cpp @@ -3,11 +3,11 @@ #include "transport_adapter_base.hpp" #include -#include +#include #include #if defined(BUILD_CURL_HTTP_TRANSPORT_ADAPTER) -#include "azure/core/http/curl/curl.hpp" +#include "azure/core/http/curl_transport.hpp" #endif #include diff --git a/sdk/core/azure-core/test/ut/curl_options.cpp b/sdk/core/azure-core/test/ut/curl_options.cpp index 1aa38bf74..058045212 100644 --- a/sdk/core/azure-core/test/ut/curl_options.cpp +++ b/sdk/core/azure-core/test/ut/curl_options.cpp @@ -5,13 +5,13 @@ #include #include -#include +#include #include #include #include #if defined(BUILD_CURL_HTTP_TRANSPORT_ADAPTER) -#include "azure/core/http/curl/curl.hpp" +#include "azure/core/http/curl_transport.hpp" #endif #include diff --git a/sdk/core/azure-core/test/ut/curl_session.hpp b/sdk/core/azure-core/test/ut/curl_session.hpp index e386287e6..e494b7886 100644 --- a/sdk/core/azure-core/test/ut/curl_session.hpp +++ b/sdk/core/azure-core/test/ut/curl_session.hpp @@ -18,7 +18,7 @@ #pragma clang diagnostic ignored "-Wgnu-zero-variadic-macro-arguments" #endif // _MSC_VER -#include +#include #include #include #include diff --git a/sdk/core/azure-core/test/ut/curl_session_test.cpp b/sdk/core/azure-core/test/ut/curl_session_test.cpp index fc71aaa65..7c5fdcdeb 100644 --- a/sdk/core/azure-core/test/ut/curl_session_test.cpp +++ b/sdk/core/azure-core/test/ut/curl_session_test.cpp @@ -3,7 +3,7 @@ #include "curl_session.hpp" -#include +#include #include #include diff --git a/sdk/core/azure-core/test/ut/http.cpp b/sdk/core/azure-core/test/ut/http.cpp index 1730e5837..fcb865fb9 100644 --- a/sdk/core/azure-core/test/ut/http.cpp +++ b/sdk/core/azure-core/test/ut/http.cpp @@ -5,7 +5,7 @@ #include "http.hpp" #include -#include +#include #include #include diff --git a/sdk/core/azure-core/test/ut/json.cpp b/sdk/core/azure-core/test/ut/json.cpp index 931d88723..7fdf2c21d 100644 --- a/sdk/core/azure-core/test/ut/json.cpp +++ b/sdk/core/azure-core/test/ut/json.cpp @@ -1,7 +1,7 @@ // Copyright (c) Microsoft Corporation. All rights reserved. // SPDX-License-Identifier: MIT -#include +#include #include using json = Azure::Core::Json::_internal::json; diff --git a/sdk/core/azure-core/test/ut/logging.cpp b/sdk/core/azure-core/test/ut/logging.cpp index 1cea376b5..90c01e851 100644 --- a/sdk/core/azure-core/test/ut/logging.cpp +++ b/sdk/core/azure-core/test/ut/logging.cpp @@ -1,7 +1,7 @@ // Copyright (c) Microsoft Corporation. All rights reserved. // SPDX-License-Identifier: MIT -#include +#include #include using Azure::Core::Diagnostics::Logger; diff --git a/sdk/core/azure-core/test/ut/pipeline.cpp b/sdk/core/azure-core/test/ut/pipeline.cpp index fd61afef4..e05c91dc4 100644 --- a/sdk/core/azure-core/test/ut/pipeline.cpp +++ b/sdk/core/azure-core/test/ut/pipeline.cpp @@ -1,7 +1,7 @@ // Copyright (c) Microsoft Corporation. All rights reserved. // SPDX-License-Identifier: MIT -#include +#include #include #include diff --git a/sdk/core/azure-core/test/ut/policy.cpp b/sdk/core/azure-core/test/ut/policy.cpp index 7a72b066d..a4428012b 100644 --- a/sdk/core/azure-core/test/ut/policy.cpp +++ b/sdk/core/azure-core/test/ut/policy.cpp @@ -1,7 +1,7 @@ // Copyright (c) Microsoft Corporation. All rights reserved. // SPDX-License-Identifier: MIT -#include +#include #include #include diff --git a/sdk/core/azure-core/test/ut/telemetry_policy.cpp b/sdk/core/azure-core/test/ut/telemetry_policy.cpp index f0ff145e0..366dd459a 100644 --- a/sdk/core/azure-core/test/ut/telemetry_policy.cpp +++ b/sdk/core/azure-core/test/ut/telemetry_policy.cpp @@ -1,7 +1,7 @@ // Copyright (c) Microsoft Corporation. All rights reserved. // SPDX-License-Identifier: MIT -#include +#include #include #include diff --git a/sdk/core/azure-core/test/ut/transport_adapter_implementation.cpp b/sdk/core/azure-core/test/ut/transport_adapter_implementation.cpp index f5c868558..4b03e5bb1 100644 --- a/sdk/core/azure-core/test/ut/transport_adapter_implementation.cpp +++ b/sdk/core/azure-core/test/ut/transport_adapter_implementation.cpp @@ -3,15 +3,15 @@ #include "transport_adapter_base.hpp" -#include +#include #include #if defined(BUILD_CURL_HTTP_TRANSPORT_ADAPTER) -#include "azure/core/http/curl/curl.hpp" +#include "azure/core/http/curl_transport.hpp" #endif #if defined(BUILD_TRANSPORT_WINHTTP_ADAPTER) -#include "azure/core/http/winhttp/win_http_client.hpp" +#include "azure/core/http/win_http_transport.hpp" #endif #include diff --git a/sdk/core/perf/inc/azure/perf/options.hpp b/sdk/core/perf/inc/azure/perf/options.hpp index 335133b09..02574678d 100644 --- a/sdk/core/perf/inc/azure/perf/options.hpp +++ b/sdk/core/perf/inc/azure/perf/options.hpp @@ -16,7 +16,7 @@ #include "azure/perf/dynamic_test_options.hpp" #include "azure/perf/test_options.hpp" -#include +#include #include #include diff --git a/sdk/core/perf/src/program.cpp b/sdk/core/perf/src/program.cpp index 9ba88770c..89bdec112 100644 --- a/sdk/core/perf/src/program.cpp +++ b/sdk/core/perf/src/program.cpp @@ -4,7 +4,7 @@ #include "azure/perf/program.hpp" #include "azure/perf/argagg.hpp" -#include +#include #include #include diff --git a/sdk/core/perf/test/inc/azure/perf/test/curl_http_client_get_test.hpp b/sdk/core/perf/test/inc/azure/perf/test/curl_http_client_get_test.hpp index cf938ecde..e0cd06d9f 100644 --- a/sdk/core/perf/test/inc/azure/perf/test/curl_http_client_get_test.hpp +++ b/sdk/core/perf/test/inc/azure/perf/test/curl_http_client_get_test.hpp @@ -11,7 +11,7 @@ #include "azure/perf/test/http_client_get_test.hpp" -#include +#include #include diff --git a/sdk/core/perf/test/inc/azure/perf/test/win_http_client_get_test.hpp b/sdk/core/perf/test/inc/azure/perf/test/win_http_client_get_test.hpp index 25b36a48b..e36531d5d 100644 --- a/sdk/core/perf/test/inc/azure/perf/test/win_http_client_get_test.hpp +++ b/sdk/core/perf/test/inc/azure/perf/test/win_http_client_get_test.hpp @@ -11,7 +11,7 @@ #include "azure/perf/test/http_client_get_test.hpp" -#include +#include namespace Azure { namespace Perf { namespace Test { diff --git a/sdk/identity/azure-identity/inc/azure/identity/client_secret_credential.hpp b/sdk/identity/azure-identity/inc/azure/identity/client_secret_credential.hpp index 090ed5d0c..27045127d 100644 --- a/sdk/identity/azure-identity/inc/azure/identity/client_secret_credential.hpp +++ b/sdk/identity/azure-identity/inc/azure/identity/client_secret_credential.hpp @@ -10,8 +10,8 @@ #include "azure/identity/dll_import_export.hpp" -#include -#include +#include +#include #include #include diff --git a/sdk/identity/azure-identity/inc/azure/identity/environment_credential.hpp b/sdk/identity/azure-identity/inc/azure/identity/environment_credential.hpp index e51739b93..b80648cf0 100644 --- a/sdk/identity/azure-identity/inc/azure/identity/environment_credential.hpp +++ b/sdk/identity/azure-identity/inc/azure/identity/environment_credential.hpp @@ -8,7 +8,7 @@ #pragma once -#include +#include #include diff --git a/sdk/keyvault/azure-security-keyvault-common/inc/azure/keyvault/common/internal/keyvault_pipeline.hpp b/sdk/keyvault/azure-security-keyvault-common/inc/azure/keyvault/common/internal/keyvault_pipeline.hpp index 988919af8..d6d88d497 100644 --- a/sdk/keyvault/azure-security-keyvault-common/inc/azure/keyvault/common/internal/keyvault_pipeline.hpp +++ b/sdk/keyvault/azure-security-keyvault-common/inc/azure/keyvault/common/internal/keyvault_pipeline.hpp @@ -12,8 +12,8 @@ #include #include #include -#include -#include +#include +#include #include #include diff --git a/sdk/keyvault/azure-security-keyvault-common/src/keyvault_exception.cpp b/sdk/keyvault/azure-security-keyvault-common/src/keyvault_exception.cpp index c63cd45cc..6ab0a19a1 100644 --- a/sdk/keyvault/azure-security-keyvault-common/src/keyvault_exception.cpp +++ b/sdk/keyvault/azure-security-keyvault-common/src/keyvault_exception.cpp @@ -4,9 +4,9 @@ #include "azure/keyvault/common/keyvault_exception.hpp" #include "azure/keyvault/common/keyvault_constants.hpp" -#include +#include -#include +#include #include using namespace Azure::Security::KeyVault::Common; diff --git a/sdk/keyvault/azure-security-keyvault-common/test/ut/pipeline_test.cpp b/sdk/keyvault/azure-security-keyvault-common/test/ut/pipeline_test.cpp index a97b40f5a..863353a7a 100644 --- a/sdk/keyvault/azure-security-keyvault-common/test/ut/pipeline_test.cpp +++ b/sdk/keyvault/azure-security-keyvault-common/test/ut/pipeline_test.cpp @@ -4,7 +4,7 @@ #include "gtest/gtest.h" #include -#include +#include #include #include diff --git a/sdk/keyvault/azure-security-keyvault-keys/inc/azure/keyvault/keys/details/key_request_parameters.hpp b/sdk/keyvault/azure-security-keyvault-keys/inc/azure/keyvault/keys/details/key_request_parameters.hpp index 29efbdb11..7b021d623 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/inc/azure/keyvault/keys/details/key_request_parameters.hpp +++ b/sdk/keyvault/azure-security-keyvault-keys/inc/azure/keyvault/keys/details/key_request_parameters.hpp @@ -9,7 +9,7 @@ #pragma once -#include +#include #include #include "azure/keyvault/keys/key_create_options.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-keys/src/deleted_key.cpp b/sdk/keyvault/azure-security-keyvault-keys/src/deleted_key.cpp index 9bca9c4eb..e3253ce7c 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/src/deleted_key.cpp +++ b/sdk/keyvault/azure-security-keyvault-keys/src/deleted_key.cpp @@ -7,7 +7,7 @@ #include -#include +#include using namespace Azure::Security::KeyVault::Keys; using Azure::Security::KeyVault::Common::_internal::UnixTimeConverter; diff --git a/sdk/keyvault/azure-security-keyvault-keys/src/key_client.cpp b/sdk/keyvault/azure-security-keyvault-keys/src/key_client.cpp index 2a64cbdbe..c6f0946f1 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/src/key_client.cpp +++ b/sdk/keyvault/azure-security-keyvault-keys/src/key_client.cpp @@ -1,9 +1,9 @@ // Copyright (c) Microsoft Corporation. All rights reserved. // SPDX-License-Identifier: MIT -#include +#include #include -#include +#include #include "azure/keyvault/keys/details/key_constants.hpp" #include "azure/keyvault/keys/details/key_request_parameters.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-keys/src/key_request_parameters.cpp b/sdk/keyvault/azure-security-keyvault-keys/src/key_request_parameters.cpp index 030cedf8e..ff18c5565 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/src/key_request_parameters.cpp +++ b/sdk/keyvault/azure-security-keyvault-keys/src/key_request_parameters.cpp @@ -1,7 +1,7 @@ // Copyright (c) Microsoft Corporation. All rights reserved. // SPDX-License-Identifier: MIT -#include +#include #include "azure/keyvault/keys/details/key_constants.hpp" #include "azure/keyvault/keys/details/key_request_parameters.hpp" diff --git a/sdk/keyvault/azure-security-keyvault-keys/src/key_vault_key.cpp b/sdk/keyvault/azure-security-keyvault-keys/src/key_vault_key.cpp index 783a6db41..c55a0629f 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/src/key_vault_key.cpp +++ b/sdk/keyvault/azure-security-keyvault-keys/src/key_vault_key.cpp @@ -7,7 +7,7 @@ #include -#include +#include using namespace Azure::Security::KeyVault::Keys; using Azure::Security::KeyVault::Common::_internal::UnixTimeConverter; diff --git a/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/blob_client.hpp b/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/blob_client.hpp index 2131d25fb..a68786a64 100644 --- a/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/blob_client.hpp +++ b/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/blob_client.hpp @@ -8,7 +8,7 @@ #include #include -#include +#include #include #include "azure/storage/blobs/blob_options.hpp" diff --git a/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/blob_service_client.hpp b/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/blob_service_client.hpp index c2ade0ce6..e8d77e010 100644 --- a/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/blob_service_client.hpp +++ b/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/blob_service_client.hpp @@ -6,7 +6,7 @@ #include #include -#include +#include #include #include "azure/storage/blobs/blob_container_client.hpp" diff --git a/sdk/storage/azure-storage-blobs/src/blob_client.cpp b/sdk/storage/azure-storage-blobs/src/blob_client.cpp index ad8de7636..1dcdb1865 100644 --- a/sdk/storage/azure-storage-blobs/src/blob_client.cpp +++ b/sdk/storage/azure-storage-blobs/src/blob_client.cpp @@ -3,7 +3,7 @@ #include "azure/storage/blobs/blob_client.hpp" -#include +#include #include #include #include diff --git a/sdk/storage/azure-storage-blobs/src/blob_container_client.cpp b/sdk/storage/azure-storage-blobs/src/blob_container_client.cpp index df7f7c360..45d5558b5 100644 --- a/sdk/storage/azure-storage-blobs/src/blob_container_client.cpp +++ b/sdk/storage/azure-storage-blobs/src/blob_container_client.cpp @@ -3,7 +3,7 @@ #include "azure/storage/blobs/blob_container_client.hpp" -#include +#include #include #include #include diff --git a/sdk/storage/azure-storage-blobs/src/blob_service_client.cpp b/sdk/storage/azure-storage-blobs/src/blob_service_client.cpp index 216679e65..7beaa141e 100644 --- a/sdk/storage/azure-storage-blobs/src/blob_service_client.cpp +++ b/sdk/storage/azure-storage-blobs/src/blob_service_client.cpp @@ -3,7 +3,7 @@ #include "azure/storage/blobs/blob_service_client.hpp" -#include +#include #include #include #include diff --git a/sdk/storage/azure-storage-common/inc/azure/storage/common/shared_key_policy.hpp b/sdk/storage/azure-storage-common/inc/azure/storage/common/shared_key_policy.hpp index f8310e9cd..431ab26ab 100644 --- a/sdk/storage/azure-storage-common/inc/azure/storage/common/shared_key_policy.hpp +++ b/sdk/storage/azure-storage-common/inc/azure/storage/common/shared_key_policy.hpp @@ -6,7 +6,7 @@ #include #include -#include +#include #include "azure/storage/common/storage_credential.hpp" diff --git a/sdk/storage/azure-storage-common/inc/azure/storage/common/storage_common.hpp b/sdk/storage/azure-storage-common/inc/azure/storage/common/storage_common.hpp index bdd3d6ce0..7bf4a4e51 100644 --- a/sdk/storage/azure-storage-common/inc/azure/storage/common/storage_common.hpp +++ b/sdk/storage/azure-storage-common/inc/azure/storage/common/storage_common.hpp @@ -11,7 +11,7 @@ #include #include -#include +#include #include "azure/storage/common/constants.hpp" #include "azure/storage/common/storage_per_retry_policy.hpp" diff --git a/sdk/storage/azure-storage-common/inc/azure/storage/common/storage_per_retry_policy.hpp b/sdk/storage/azure-storage-common/inc/azure/storage/common/storage_per_retry_policy.hpp index b3f539ef5..e4876aeb1 100644 --- a/sdk/storage/azure-storage-common/inc/azure/storage/common/storage_per_retry_policy.hpp +++ b/sdk/storage/azure-storage-common/inc/azure/storage/common/storage_per_retry_policy.hpp @@ -5,7 +5,7 @@ #include -#include +#include namespace Azure { namespace Storage { namespace _detail { diff --git a/sdk/storage/azure-storage-common/inc/azure/storage/common/storage_switch_to_secondary_policy.hpp b/sdk/storage/azure-storage-common/inc/azure/storage/common/storage_switch_to_secondary_policy.hpp index 5a1a80313..cc688961c 100644 --- a/sdk/storage/azure-storage-common/inc/azure/storage/common/storage_switch_to_secondary_policy.hpp +++ b/sdk/storage/azure-storage-common/inc/azure/storage/common/storage_switch_to_secondary_policy.hpp @@ -6,7 +6,7 @@ #include #include -#include +#include namespace Azure { namespace Storage { namespace _detail { diff --git a/sdk/storage/azure-storage-common/src/storage_exception.cpp b/sdk/storage/azure-storage-common/src/storage_exception.cpp index 282c6d48c..d564b0998 100644 --- a/sdk/storage/azure-storage-common/src/storage_exception.cpp +++ b/sdk/storage/azure-storage-common/src/storage_exception.cpp @@ -5,8 +5,8 @@ #include -#include -#include +#include +#include #include "azure/storage/common/constants.hpp" #include "azure/storage/common/xml_wrapper.hpp" diff --git a/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/datalake_directory_client.hpp b/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/datalake_directory_client.hpp index 44352d259..b2e0c1491 100644 --- a/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/datalake_directory_client.hpp +++ b/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/datalake_directory_client.hpp @@ -7,7 +7,7 @@ #include #include -#include +#include #include #include #include diff --git a/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/datalake_file_client.hpp b/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/datalake_file_client.hpp index d4d7c5f91..01f34ad57 100644 --- a/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/datalake_file_client.hpp +++ b/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/datalake_file_client.hpp @@ -7,7 +7,7 @@ #include #include -#include +#include #include #include #include diff --git a/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/datalake_file_system_client.hpp b/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/datalake_file_system_client.hpp index 60711dc65..05c7d83b5 100644 --- a/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/datalake_file_system_client.hpp +++ b/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/datalake_file_system_client.hpp @@ -6,7 +6,7 @@ #include #include -#include +#include #include #include #include diff --git a/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/datalake_path_client.hpp b/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/datalake_path_client.hpp index da0afe96e..131e96ea8 100644 --- a/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/datalake_path_client.hpp +++ b/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/datalake_path_client.hpp @@ -8,7 +8,7 @@ #include #include -#include +#include #include #include #include diff --git a/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/datalake_service_client.hpp b/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/datalake_service_client.hpp index 95c3bf9a4..861e4b778 100644 --- a/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/datalake_service_client.hpp +++ b/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/datalake_service_client.hpp @@ -6,7 +6,7 @@ #include #include -#include +#include #include #include #include diff --git a/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/protocol/datalake_rest_client.hpp b/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/protocol/datalake_rest_client.hpp index 18a7dca71..a38d522bf 100644 --- a/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/protocol/datalake_rest_client.hpp +++ b/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/protocol/datalake_rest_client.hpp @@ -18,7 +18,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/sdk/storage/azure-storage-files-datalake/src/datalake_directory_client.cpp b/sdk/storage/azure-storage-files-datalake/src/datalake_directory_client.cpp index 7df7c179c..a83f8b2f4 100644 --- a/sdk/storage/azure-storage-files-datalake/src/datalake_directory_client.cpp +++ b/sdk/storage/azure-storage-files-datalake/src/datalake_directory_client.cpp @@ -3,7 +3,7 @@ #include "azure/storage/files/datalake/datalake_directory_client.hpp" -#include +#include #include #include #include diff --git a/sdk/storage/azure-storage-files-datalake/src/datalake_file_client.cpp b/sdk/storage/azure-storage-files-datalake/src/datalake_file_client.cpp index bf236d1a6..88e38f303 100644 --- a/sdk/storage/azure-storage-files-datalake/src/datalake_file_client.cpp +++ b/sdk/storage/azure-storage-files-datalake/src/datalake_file_client.cpp @@ -3,7 +3,7 @@ #include "azure/storage/files/datalake/datalake_file_client.hpp" -#include +#include #include #include #include diff --git a/sdk/storage/azure-storage-files-datalake/src/datalake_file_system_client.cpp b/sdk/storage/azure-storage-files-datalake/src/datalake_file_system_client.cpp index afc40acd5..29d1b51b9 100644 --- a/sdk/storage/azure-storage-files-datalake/src/datalake_file_system_client.cpp +++ b/sdk/storage/azure-storage-files-datalake/src/datalake_file_system_client.cpp @@ -3,7 +3,7 @@ #include "azure/storage/files/datalake/datalake_file_system_client.hpp" -#include +#include #include #include #include diff --git a/sdk/storage/azure-storage-files-datalake/src/datalake_path_client.cpp b/sdk/storage/azure-storage-files-datalake/src/datalake_path_client.cpp index ee5a01856..9286c8399 100644 --- a/sdk/storage/azure-storage-files-datalake/src/datalake_path_client.cpp +++ b/sdk/storage/azure-storage-files-datalake/src/datalake_path_client.cpp @@ -3,7 +3,7 @@ #include "azure/storage/files/datalake/datalake_path_client.hpp" -#include +#include #include #include #include diff --git a/sdk/storage/azure-storage-files-datalake/src/datalake_service_client.cpp b/sdk/storage/azure-storage-files-datalake/src/datalake_service_client.cpp index e7b62bb5a..806deabe5 100644 --- a/sdk/storage/azure-storage-files-datalake/src/datalake_service_client.cpp +++ b/sdk/storage/azure-storage-files-datalake/src/datalake_service_client.cpp @@ -3,7 +3,7 @@ #include "azure/storage/files/datalake/datalake_service_client.hpp" -#include +#include #include #include #include diff --git a/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/protocol/share_rest_client.hpp b/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/protocol/share_rest_client.hpp index 7ff1f6a83..f59a61a58 100644 --- a/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/protocol/share_rest_client.hpp +++ b/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/protocol/share_rest_client.hpp @@ -19,7 +19,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/sdk/storage/azure-storage-files-shares/src/share_client.cpp b/sdk/storage/azure-storage-files-shares/src/share_client.cpp index c37097fbe..8705fcea4 100644 --- a/sdk/storage/azure-storage-files-shares/src/share_client.cpp +++ b/sdk/storage/azure-storage-files-shares/src/share_client.cpp @@ -3,8 +3,8 @@ #include "azure/storage/files/shares/share_client.hpp" -#include -#include +#include +#include #include #include #include diff --git a/sdk/storage/azure-storage-files-shares/src/share_directory_client.cpp b/sdk/storage/azure-storage-files-shares/src/share_directory_client.cpp index 55e0add82..14f04a250 100644 --- a/sdk/storage/azure-storage-files-shares/src/share_directory_client.cpp +++ b/sdk/storage/azure-storage-files-shares/src/share_directory_client.cpp @@ -3,8 +3,8 @@ #include "azure/storage/files/shares/share_directory_client.hpp" -#include -#include +#include +#include #include #include #include diff --git a/sdk/storage/azure-storage-files-shares/src/share_file_client.cpp b/sdk/storage/azure-storage-files-shares/src/share_file_client.cpp index 7f540f52d..10066743a 100644 --- a/sdk/storage/azure-storage-files-shares/src/share_file_client.cpp +++ b/sdk/storage/azure-storage-files-shares/src/share_file_client.cpp @@ -3,9 +3,9 @@ #include "azure/storage/files/shares/share_file_client.hpp" -#include -#include -#include +#include +#include +#include #include #include #include diff --git a/sdk/storage/azure-storage-files-shares/src/share_service_client.cpp b/sdk/storage/azure-storage-files-shares/src/share_service_client.cpp index 24dfd046a..81d1eebd2 100644 --- a/sdk/storage/azure-storage-files-shares/src/share_service_client.cpp +++ b/sdk/storage/azure-storage-files-shares/src/share_service_client.cpp @@ -3,8 +3,8 @@ #include "azure/storage/files/shares/share_service_client.hpp" -#include -#include +#include +#include #include #include #include