mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
a59518de73
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
24 lines
655 B
Diff
24 lines
655 B
Diff
diff --git a/src/gimmix-covers.c b/src/gimmix-covers.c
|
|
index f2524c4..2dc37f3 100644
|
|
--- a/src/gimmix-covers.c
|
|
+++ b/src/gimmix-covers.c
|
|
@@ -29,7 +29,6 @@
|
|
#include <glib.h>
|
|
#include <glib/gstdio.h>
|
|
#include <curl/curl.h>
|
|
-#include <curl/types.h>
|
|
#include <curl/easy.h>
|
|
#include <nxml.h>
|
|
#include <libxml/xmlreader.h>
|
|
diff --git a/src/gimmix-lyrics.c b/src/gimmix-lyrics.c
|
|
index ff58954..01990e2 100644
|
|
--- a/src/gimmix-lyrics.c
|
|
+++ b/src/gimmix-lyrics.c
|
|
@@ -30,7 +30,6 @@
|
|
#include <nxml.h>
|
|
#include <glib/gstdio.h>
|
|
#include <curl/curl.h>
|
|
-#include <curl/types.h>
|
|
#include <curl/easy.h>
|
|
#include <libxml/xmlreader.h>
|
|
#include "gimmix-lyrics.h"
|