diff options
Diffstat (limited to 'src/PlaylistFile.hxx')
-rw-r--r-- | src/PlaylistFile.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/PlaylistFile.hxx b/src/PlaylistFile.hxx index 3f63253ad..a9aeaa237 100644 --- a/src/PlaylistFile.hxx +++ b/src/PlaylistFile.hxx @@ -20,12 +20,11 @@ #ifndef MPD_PLAYLIST_FILE_HXX #define MPD_PLAYLIST_FILE_HXX +#include "gerror.h" + #include <vector> #include <string> -#include <glib.h> -#include <time.h> - struct song; struct PlaylistInfo; class PlaylistVector; |