aboutsummaryrefslogtreecommitdiff
path: root/src/stored_playlist.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2011-09-11 07:51:27 +0200
committerMax Kellermann <max@duempel.org>2011-09-11 07:55:51 +0200
commitaede71b1dcda4dacc566f11d47188c85a3ee8dd2 (patch)
tree09c6a3b51381d22929cd8336b9acd6ecc0e47035 /src/stored_playlist.h
parent14d573cbf1e540a87bed3e9384ba16fed990cc4f (diff)
playlist: move enum playlist_result to playlist_error.h
Reduce header dependencies.
Diffstat (limited to 'src/stored_playlist.h')
-rw-r--r--src/stored_playlist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stored_playlist.h b/src/stored_playlist.h
index b1fdb6f8..3aa3b6cd 100644
--- a/src/stored_playlist.h
+++ b/src/stored_playlist.h
@@ -20,7 +20,7 @@
#ifndef MPD_STORED_PLAYLIST_H
#define MPD_STORED_PLAYLIST_H
-#include "playlist.h"
+#include "playlist_error.h"
#include <glib.h>
#include <stdbool.h>