Following the guidelines, use quotes for files within the same project, and angle brackets for external dependencies. (#1150)

This commit is contained in:
Ahson Khan 2020-12-11 14:04:59 -08:00 committed by GitHub
parent a706396571
commit f2394ddb02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
27 changed files with 30 additions and 30 deletions

View File

@ -8,7 +8,7 @@
#pragma once
#include <azure/core/context.hpp>
#include "azure/core/context.hpp"
#include <chrono>
#include <memory>

View File

@ -8,7 +8,7 @@
#pragma once
#include <azure/core/platform.hpp>
#include "azure/core/platform.hpp"
#ifdef AZ_PLATFORM_POSIX
#include <unistd.h>

View File

@ -16,7 +16,7 @@
#include "azure/core/uuid.hpp"
#include "azure/core/http/curl/curl.hpp"
#include <azure/core/http/winhttp/win_http_client.hpp>
#include "azure/core/http/winhttp/win_http_client.hpp"
#include <chrono>
#include <utility>

View File

@ -2,7 +2,7 @@
// SPDX-License-Identifier: MIT
#include "azure/core/datetime.hpp"
#include <azure/core/platform.hpp>
#include "azure/core/platform.hpp"
#include <cstdio>
#include <cstring>

View File

@ -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/policy.hpp"
using Azure::Core::Context;
using namespace Azure::Core::Http;

View File

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// SPDX-License-Identifier: MIT
#include <azure/core/platform.hpp>
#include "azure/core/platform.hpp"
#ifdef AZ_PLATFORM_POSIX
#include <errno.h>

View File

@ -6,7 +6,7 @@
#include "azure/core/http/policy.hpp"
#include "azure/core/http/transport.hpp"
#include "azure/core/internal/log.hpp"
#include <azure/core/platform.hpp>
#include "azure/core/platform.hpp"
// Private incude
#include "curl_connection_pool_private.hpp"

View File

@ -2,7 +2,7 @@
// SPDX-License-Identifier: MIT
#include "azure/core/http/policy.hpp"
#include <azure/core/platform.hpp>
#include "azure/core/platform.hpp"
#include <cctype>
#include <sstream>

View File

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// SPDX-License-Identifier: MIT
#include "gtest/gtest.h"
#include <gtest/gtest.h>
#include <azure/core/context.hpp>

View File

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// SPDX-License-Identifier: MIT
#include "gtest/gtest.h"
#include <gtest/gtest.h>
#include <azure/core/context.hpp>
#include <azure/core/http/http.hpp>

View File

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// SPDX-License-Identifier: MIT
#include "gtest/gtest.h"
#include <gtest/gtest.h>
#include <azure/core/datetime.hpp>

View File

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// SPDX-License-Identifier: MIT
#include "gtest/gtest.h"
#include <gtest/gtest.h>
#include "http.hpp"
#include <azure/core/http/http.hpp>

View File

@ -7,7 +7,7 @@
*
*/
#include "gtest/gtest.h"
#include <gtest/gtest.h>
#include <azure/core/http/http.hpp>

View File

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// SPDX-License-Identifier: MIT
#include "gtest/gtest.h"
#include <gtest/gtest.h>
#include <nlohmann/json.hpp>
using json = nlohmann::json;

View File

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// SPDX-License-Identifier: MIT
#include "gtest/gtest.h"
#include <gtest/gtest.h>
#include <azure/core/http/pipeline.hpp>
#include <azure/core/internal/log.hpp>
#include <azure/core/logging/logging.hpp>

View File

@ -1,8 +1,8 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// SPDX-License-Identifier: MIT
#include "gtest/gtest.h"
#include "curl/curl.h"
#include <gtest/gtest.h>
#include <curl/curl.h>
int main(int argc, char** argv)
{

View File

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// SPDX-License-Identifier: MIT
#include "gtest/gtest.h"
#include <gtest/gtest.h>
#include <azure/core/nullable.hpp>
#include <string>
#include <vector>

View File

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// SPDX-License-Identifier: MIT
#include "gtest/gtest.h"
#include <gtest/gtest.h>
#include <azure/core/http/pipeline.hpp>
#include <azure/core/http/policy.hpp>

View File

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// SPDX-License-Identifier: MIT
#include "gtest/gtest.h"
#include <gtest/gtest.h>
#include <azure/core/http/pipeline.hpp>
#include <azure/core/http/policy.hpp>

View File

@ -8,7 +8,7 @@
*
*/
#include "gtest/gtest.h"
#include <gtest/gtest.h>
#include <azure/core.hpp>
#include <vector>

View File

@ -1,8 +1,8 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// SPDX-License-Identifier: MIT
#include "azure/core/strings.hpp"
#include "gtest/gtest.h"
#include <azure/core/strings.hpp>
#include <gtest/gtest.h>
#include <string>
TEST(String, invariantCompare)

View File

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// SPDX-License-Identifier: MIT
#include "gtest/gtest.h"
#include <gtest/gtest.h>
#include <azure/core/http/pipeline.hpp>
#include <azure/core/http/policy.hpp>

View File

@ -9,7 +9,7 @@
*
*/
#include "gtest/gtest.h"
#include <gtest/gtest.h>
#include <azure/core/http/body_stream.hpp>
#include <azure/core/http/http.hpp>
#include <azure/core/http/pipeline.hpp>

View File

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// SPDX-License-Identifier: MIT
#include "gtest/gtest.h"
#include <gtest/gtest.h>
#include <azure/core/http/http.hpp>

View File

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// SPDX-License-Identifier: MIT
#include "gtest/gtest.h"
#include <gtest/gtest.h>
#include <azure/core/uuid.hpp>
#include <string>
#include <set>

View File

@ -3,8 +3,8 @@
#include "azure/storage/common/xml_wrapper.hpp"
#include "libxml/xmlreader.h"
#include "libxml/xmlwriter.h"
#include <libxml/xmlreader.h>
#include <libxml/xmlwriter.h>
#include <limits>
#include <stdexcept>

View File

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// SPDX-License-Identifier: MIT
#include "gtest/gtest.h"
#include <gtest/gtest.h>
#include <azure/template/template_client.hpp>