diff options
author | Max Kellermann <max@duempel.org> | 2014-02-22 00:18:25 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-02-22 00:18:29 +0100 |
commit | 7757e59e7874ed160702483bbbd62c518e8195eb (patch) | |
tree | ab45b93e73260c2044d620b99c0131fbaed67ef8 /src | |
parent | adb89e012149157203813577f43306240072f070 (diff) | |
download | mpd-7757e59e7874ed160702483bbbd62c518e8195eb.tar.gz mpd-7757e59e7874ed160702483bbbd62c518e8195eb.tar.xz mpd-7757e59e7874ed160702483bbbd62c518e8195eb.zip |
input/curl: include cleanup
Diffstat (limited to '')
-rw-r--r-- | src/IcyMetaDataParser.cxx | 2 | ||||
-rw-r--r-- | src/input/plugins/CurlInputPlugin.cxx | 1 |
2 files changed, 0 insertions, 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 |