Merge pull request #40898 from georgthegreat/patch-2

Remove remaining usage of // Y_IGNORE magic comment
This commit is contained in:
alesapin 2022-09-02 12:24:57 +02:00 committed by GitHub
commit 45fe9c800a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@
# include <aws/core/utils/UUID.h>
# include <aws/core/http/HttpClientFactory.h>
# include <aws/s3/S3Client.h>
# include <aws/s3/model/HeadObjectRequest.h> // Y_IGNORE
# include <aws/s3/model/HeadObjectRequest.h>
# include <IO/S3/PocoHTTPClientFactory.h>
# include <IO/S3/PocoHTTPClient.h>