36 lines
1.1 KiB
Diff
36 lines
1.1 KiB
Diff
diff -Nru liblastfm-0.3.3.orig/src/lastfm.h liblastfm-0.3.3/src/lastfm.h
|
|
--- liblastfm-0.3.3.orig/src/lastfm.h 2010-11-12 06:42:08.000000000 +0100
|
|
+++ liblastfm-0.3.3/src/lastfm.h 2012-05-15 13:28:47.429508325 +0200
|
|
@@ -1,8 +1,6 @@
|
|
#include <time.h>
|
|
#include <stdio.h>
|
|
#include <curl/curl.h>
|
|
-#include <curl/types.h>
|
|
-#include <curl/easy.h>
|
|
#ifndef LASTFM_H
|
|
#define LASTFM_H
|
|
|
|
diff -Nru liblastfm-0.3.3.orig/src/lfm_helper.c liblastfm-0.3.3/src/lfm_helper.c
|
|
--- liblastfm-0.3.3.orig/src/lfm_helper.c 2011-01-07 01:15:19.000000000 +0100
|
|
+++ liblastfm-0.3.3/src/lfm_helper.c 2012-05-15 13:29:01.839357892 +0200
|
|
@@ -10,8 +10,6 @@
|
|
#include <ctype.h>
|
|
|
|
#include <curl/curl.h>
|
|
-#include <curl/types.h>
|
|
-#include <curl/easy.h>
|
|
|
|
#include <openssl/md5.h>
|
|
|
|
diff -Nru liblastfm-0.3.3.orig/src/lfm_helper.h liblastfm-0.3.3/src/lfm_helper.h
|
|
--- liblastfm-0.3.3.orig/src/lfm_helper.h 2010-08-11 04:02:05.000000000 +0200
|
|
+++ liblastfm-0.3.3/src/lfm_helper.h 2012-05-15 13:28:57.135406999 +0200
|
|
@@ -1,7 +1,5 @@
|
|
#include <stdlib.h>
|
|
#include <curl/curl.h>
|
|
-#include <curl/types.h>
|
|
-#include <curl/easy.h>
|
|
#include <openssl/md5.h>
|
|
#ifndef HELPERS_H
|
|
#define HELPERS_H
|