aboutsummaryrefslogtreecommitdiff
path: root/src/playlist
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-07-10 01:21:36 +0200
committerMax Kellermann <max@duempel.org>2012-07-10 01:28:52 +0200
commit5dfc0918c37c40063b92a55c365ec87e29f0ecef (patch)
treec3ec06f3adbff49190765e392579a8424c9e17d8 /src/playlist
parent2eb14658d3eb06e827f8f1f045f4f12888db4e26 (diff)
require GLib 2.16
GLib 2.16 was released more than 4 years ago. Let's remove some cruft from the glib_compat.h header, and avoid new cruft to it.
Diffstat (limited to 'src/playlist')
-rw-r--r--src/playlist/despotify_playlist_plugin.c2
-rw-r--r--src/playlist/lastfm_playlist_plugin.c1
2 files changed, 1 insertions, 2 deletions
diff --git a/src/playlist/despotify_playlist_plugin.c b/src/playlist/despotify_playlist_plugin.c
index 08a32d79..30b852c7 100644
--- a/src/playlist/despotify_playlist_plugin.c
+++ b/src/playlist/despotify_playlist_plugin.c
@@ -16,6 +16,7 @@
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+
#include "config.h"
#include "playlist/despotify_playlist_plugin.h"
#include "playlist_plugin.h"
@@ -25,7 +26,6 @@
#include "tag.h"
#include "song.h"
#include "input_stream.h"
-#include "glib_compat.h"
#include "despotify_utils.h"
#include <glib.h>
diff --git a/src/playlist/lastfm_playlist_plugin.c b/src/playlist/lastfm_playlist_plugin.c
index 86113643..93768660 100644
--- a/src/playlist/lastfm_playlist_plugin.c
+++ b/src/playlist/lastfm_playlist_plugin.c
@@ -25,7 +25,6 @@
#include "uri.h"
#include "song.h"
#include "input_stream.h"
-#include "glib_compat.h"
#include <glib.h>