get rid of NEW_CURL hack, this API is long obsolete

This commit is contained in:
Stefan Seyfried
2012-10-06 17:29:09 +02:00
parent f9e28c8594
commit 25446f7408
4 changed files with 0 additions and 16 deletions

View File

@@ -146,10 +146,6 @@ void CAudiofileExt::operator=(const CAudiofileExt& src)
#include <curl/curl.h>
#include <curl/easy.h>
#ifndef NEW_LIBCURL
#include <curl/types.h>
#endif
struct MemoryStruct {
char *memory;
size_t size;

View File

@@ -58,10 +58,6 @@
#include <curl/curl.h>
#include <curl/easy.h>
#ifndef NEW_LIBCURL
#include <curl/types.h>
#endif
#include <xmltree/xmlinterface.h>
#ifdef __USE_FILE_OFFSET64

View File

@@ -58,10 +58,6 @@
#include <curl/curl.h>
#include <curl/easy.h>
#ifndef NEW_LIBCURL
#include <curl/types.h>
#endif
#include <stdio.h>
#include <unistd.h>
#include <fcntl.h>

View File

@@ -24,10 +24,6 @@
#include <curl/curl.h>
#include <curl/easy.h>
#ifndef NEW_LIBCURL
#include <curl/types.h>
#endif
#include <global.h>