Use quotes for files relative to the package (#784)
This commit is contained in:
parent
854bd834cc
commit
12b7a5e449
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user