Use quotes for files relative to the package (#784)

This commit is contained in:
Rick Winter 2020-10-15 10:30:13 -07:00 committed by GitHub
parent 854bd834cc
commit 12b7a5e449
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,9 +1,9 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// SPDX-License-Identifier: MIT
#include <azure/identity/environment_credential.hpp>
#include <azure/identity/client_secret_credential.hpp>
#include "azure/identity/client_secret_credential.hpp"
#include "azure/identity/environment_credential.hpp"
#include <cstdlib>