From 888e77e8c2700512640c80e3072bca8044fa9795 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 8 Sep 2021 14:42:35 +0200 Subject: strerror.h: remove the #include from files not using it --- lib/smtp.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/smtp.c') diff --git a/lib/smtp.c b/lib/smtp.c index 1a3da1559..20dc85a5f 100644 --- a/lib/smtp.c +++ b/lib/smtp.c @@ -78,7 +78,6 @@ #include "strcase.h" #include "vtls/vtls.h" #include "connect.h" -#include "strerror.h" #include "select.h" #include "multiif.h" #include "url.h" -- cgit v1.2.1