summaryrefslogtreecommitdiffstats
path: root/patches/xmlrpc-c-1.06.42/0006-fix-building-with-libcurl-7.26.0.patch
blob: 18de951d6f62463d6ad21b90977921b91bc46000 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From: Michael Olbrich <m.olbrich@pengutronix.de>
Date: Thu, 12 Jul 2012 10:19:15 +0200
Subject: [PATCH] fix building with libcurl 7.26.0

Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
---
 lib/curl_transport/xmlrpc_curl_transport.c |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/lib/curl_transport/xmlrpc_curl_transport.c b/lib/curl_transport/xmlrpc_curl_transport.c
index 530fab5..3565a62 100644
--- a/lib/curl_transport/xmlrpc_curl_transport.c
+++ b/lib/curl_transport/xmlrpc_curl_transport.c
@@ -76,9 +76,6 @@
 #include "version.h"
 
 #include <curl/curl.h>
-#include <curl/types.h>
-#include <curl/easy.h>
-#include <curl/multi.h>
 
 #if defined (WIN32) && defined(_DEBUG)
 #  include <crtdbg.h>