remove unused headers from blob protocol layer (#2546)

* remove unused headers from blob protocol layer

* fix typo

* Add rehydrated to spell check exception list
This commit is contained in:
JinmingHu 2021-07-05 11:00:37 +08:00 committed by GitHub
parent f2413d11f5
commit cc1a7d22ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 7 deletions

1
.vscode/cspell.json vendored
View File

@ -57,6 +57,7 @@
"Ragzrs",
"Reconnector",
"Reitz",
"rehydrated",
"retriable",
"rwxrw",
"SDDL",

View File

@ -3,11 +3,8 @@
#pragma once
#include <cstring>
#include <limits>
#include <map>
#include <set>
#include <stdexcept>
#include <chrono>
#include <memory>
#include <string>
#include <type_traits>
#include <vector>
@ -17,7 +14,6 @@
#include <azure/core/etag.hpp>
#include <azure/core/http/http.hpp>
#include <azure/core/internal/http/pipeline.hpp>
#include <azure/core/internal/strings.hpp>
#include <azure/core/nullable.hpp>
#include <azure/core/response.hpp>
#include <azure/storage/common/crypt.hpp>
@ -71,7 +67,7 @@ namespace Azure { namespace Storage { namespace Blobs {
}; // extensible enum AccountKind
/**
* @brief Describes a sinlge block in block blob.
* @brief Describes a single block in block blob.
*/
struct BlobBlock final
{