From 712c67b4ae15feab0096afd12ccbbaa7cc8cd1b6 Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Mon, 26 Apr 2004 14:02:51 +0000
Subject: [PATCH] no longer include curl/types.h, it serves no purpose

---
 lib/transfer.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/transfer.c b/lib/transfer.c
index 8cf5d405b1..c46ed3061e 100644
--- a/lib/transfer.c
+++ b/lib/transfer.c
@@ -84,7 +84,6 @@
 
 #include "urldata.h"
 #include <curl/curl.h>
-#include <curl/types.h>
 #include "netrc.h"
 
 #include "content_encoding.h"
-- 
GitLab