diff options
author | Max Kellermann <max@duempel.org> | 2011-09-11 07:51:27 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2011-09-11 07:55:51 +0200 |
commit | aede71b1dcda4dacc566f11d47188c85a3ee8dd2 (patch) | |
tree | 09c6a3b51381d22929cd8336b9acd6ecc0e47035 /src/playlist_queue.h | |
parent | 14d573cbf1e540a87bed3e9384ba16fed990cc4f (diff) | |
download | mpd-aede71b1dcda4dacc566f11d47188c85a3ee8dd2.tar.gz mpd-aede71b1dcda4dacc566f11d47188c85a3ee8dd2.tar.xz mpd-aede71b1dcda4dacc566f11d47188c85a3ee8dd2.zip |
playlist: move enum playlist_result to playlist_error.h
Reduce header dependencies.
Diffstat (limited to 'src/playlist_queue.h')
-rw-r--r-- | src/playlist_queue.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/playlist_queue.h b/src/playlist_queue.h index 0429f26b6..3ae63bc16 100644 --- a/src/playlist_queue.h +++ b/src/playlist_queue.h @@ -24,12 +24,13 @@ #ifndef MPD_PLAYLIST_QUEUE_H #define MPD_PLAYLIST_QUEUE_H -#include "playlist.h" +#include "playlist_error.h" #include <stdbool.h> struct playlist_provider; struct playlist; +struct player_control; /** * Loads the contents of a playlist and append it to the specified |