aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-08-28 20:01:08 +0200
committerEric Wong <normalperson@yhbt.net>2008-08-31 03:49:51 -0700
commit929305101d4fbde7c0c540264106c4275860a3b8 (patch)
tree2bb98e22e2f3f29d5f4971ed3fa94a3194b77ab4 /src/playlist.h
parent9144751e21315878343a94997ee0bda36ff7483d (diff)
downloadmpd-929305101d4fbde7c0c540264106c4275860a3b8.tar.gz
mpd-929305101d4fbde7c0c540264106c4275860a3b8.tar.xz
mpd-929305101d4fbde7c0c540264106c4275860a3b8.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 2e9e02a91..0bcc9680a 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 '#'