summaryrefslogtreecommitdiff
path: root/lib/pop3.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-09-08 14:42:35 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-09-09 07:53:42 +0200
commitfe7b64228d553274f780ebc98a05a9ae266df828 (patch)
tree322a337b8e153184c187e2859cfd41cbe8203839 /lib/pop3.c
parent2f0bb864c126892afc822e0cf5547d7ea5094212 (diff)
downloadcurl-fe7b64228d553274f780ebc98a05a9ae266df828.tar.gz
strerror.h: remove the #include from files not using it
Diffstat (limited to 'lib/pop3.c')
-rw-r--r--lib/pop3.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/pop3.c b/lib/pop3.c
index 5fdd6f3e0..d7b5283e1 100644
--- a/lib/pop3.c
+++ b/lib/pop3.c
@@ -75,7 +75,6 @@
#include "strcase.h"
#include "vtls/vtls.h"
#include "connect.h"
-#include "strerror.h"
#include "select.h"
#include "multiif.h"
#include "url.h"