From 7757e59e7874ed160702483bbbd62c518e8195eb Mon Sep 17 00:00:00 2001
From: Max Kellermann <max@duempel.org>
Date: Sat, 22 Feb 2014 00:18:25 +0100
Subject: [PATCH] input/curl: include cleanup

---
 src/IcyMetaDataParser.cxx             | 2 --
 src/input/plugins/CurlInputPlugin.cxx | 1 -
 2 files changed, 3 deletions(-)

diff --git a/src/IcyMetaDataParser.cxx b/src/IcyMetaDataParser.cxx
index febdb385a..79023dd64 100644
--- a/src/IcyMetaDataParser.cxx
+++ b/src/IcyMetaDataParser.cxx
@@ -24,8 +24,6 @@
 #include "util/Domain.hxx"
 #include "Log.hxx"
 
-#include <glib.h>
-
 #include <assert.h>
 #include <string.h>
 
diff --git a/src/input/plugins/CurlInputPlugin.cxx b/src/input/plugins/CurlInputPlugin.cxx
index a3c6c1d1a..3704aa35a 100644
--- a/src/input/plugins/CurlInputPlugin.cxx
+++ b/src/input/plugins/CurlInputPlugin.cxx
@@ -51,7 +51,6 @@
 #include <list>
 
 #include <curl/curl.h>
-#include <glib.h>
 
 #if LIBCURL_VERSION_NUM < 0x071200
 #error libcurl is too old