diff options
Diffstat (limited to 'src/playlist/despotify_playlist_plugin.c')
-rw-r--r-- | src/playlist/despotify_playlist_plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/playlist/despotify_playlist_plugin.c b/src/playlist/despotify_playlist_plugin.c index 08a32d79d..30b852c73 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> |