http_aws_sigv4.c: remove two unusued includes

Closes #9080
This commit is contained in:
Daniel Stenberg 2022-07-01 16:43:02 +02:00
parent a8e02881ec
commit 4d4c2274d0
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -29,8 +29,6 @@
#include "urldata.h"
#include "strcase.h"
#include "strdup.h"
#include "vauth/vauth.h"
#include "vauth/digest.h"
#include "http_aws_sigv4.h"
#include "curl_sha256.h"
#include "transfer.h"