aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-08-28 20:01:08 +0200
committerMax Kellermann <max@duempel.org>2008-08-28 20:01:08 +0200
commit1560a70b01e1883d2cf6d444cef26f28753bb94e (patch)
tree52ed37affdea2cf43d74c9b3b20a9b529dcce61d /src/playlist.h
parentb7861868cf68e5e5b1ad75bb44555591edbdb2d9 (diff)
downloadmpd-1560a70b01e1883d2cf6d444cef26f28753bb94e.tar.gz
mpd-1560a70b01e1883d2cf6d444cef26f28753bb94e.tar.xz
mpd-1560a70b01e1883d2cf6d444cef26f28753bb94e.zip
include cleanup
Only include headers which are really needed.
Diffstat (limited to 'src/playlist.h')
-rw-r--r--src/playlist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/playlist.h b/src/playlist.h
index c2b4f9f90..1249a8d5f 100644
--- a/src/playlist.h
+++ b/src/playlist.h
@@ -19,7 +19,7 @@
#ifndef PLAYLIST_H
#define PLAYLIST_H
-#include "dbUtils.h"
+#include "locate.h"
#define PLAYLIST_FILE_SUFFIX "m3u"
#define PLAYLIST_COMMENT '#'