From 712c67b4ae15feab0096afd12ccbbaa7cc8cd1b6 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg 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 8cf5d405b..c46ed3061 100644 --- a/lib/transfer.c +++ b/lib/transfer.c @@ -84,7 +84,6 @@ #include "urldata.h" #include -#include #include "netrc.h" #include "content_encoding.h"