remove space from header (#907)

This commit is contained in:
Victor Vazquez 2020-11-06 12:03:19 -08:00 committed by GitHub
parent b1e08f713b
commit 7510c58c6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@
#ifdef BUILD_CURL_HTTP_TRANSPORT_ADAPTER
#include "azure/core/context.hpp"
#include "azure/core/http/curl/curl connection_pool.hpp"
#include "azure/core/http/curl/curl_connection.hpp"
#include "azure/core/http/curl/curl_connection_pool.hpp"
#include "azure/core/http/curl/curl_session.hpp"
#include "azure/core/http/http.hpp"
#include "azure/core/http/policy.hpp"

View File

@ -11,8 +11,8 @@
#pragma once
#include "azure/core/http/curl/curl connection_pool.hpp"
#include "azure/core/http/curl/curl_connection.hpp"
#include "azure/core/http/curl/curl_connection_pool.hpp"
#include "azure/core/http/http.hpp"
#include <memory>