summaryrefslogtreecommitdiff
path: root/lib/ftp.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2022-10-24 23:27:31 +0200
committerDaniel Stenberg <daniel@haxx.se>2022-10-26 11:27:59 +0200
commit279834dd45008a44a3028e20f82f8a9f4401a40d (patch)
tree7035dc42f6568070c274b0f909d69f9d3358f762 /lib/ftp.c
parent3678336b201730fc081cf11d52eaf9b0f641ee45 (diff)
downloadcurl-279834dd45008a44a3028e20f82f8a9f4401a40d.tar.gz
misc: remove duplicated include files
Closes #9796
Diffstat (limited to 'lib/ftp.c')
-rw-r--r--lib/ftp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ftp.c b/lib/ftp.c
index f1a25b23d..082593348 100644
--- a/lib/ftp.c
+++ b/lib/ftp.c
@@ -74,7 +74,6 @@
#include "sockaddr.h" /* required for Curl_sockaddr_storage */
#include "multiif.h"
#include "url.h"
-#include "strcase.h"
#include "speedcheck.h"
#include "warnless.h"
#include "http_proxy.h"