strerror.h: remove the #include from files not using it

This commit is contained in:
Daniel Stenberg 2021-09-08 14:42:35 +02:00
parent 2f0bb864c1
commit fe7b64228d
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
12 changed files with 1 additions and 13 deletions

View file

@ -74,7 +74,6 @@
#include "strcase.h"
#include "vtls/vtls.h"
#include "connect.h"
#include "strerror.h"
#include "inet_ntop.h"
#include "parsedate.h" /* for the week day and month names */
#include "sockaddr.h" /* required for Curl_sockaddr_storage */