diff options
author | Max Kellermann <max@duempel.org> | 2008-08-28 20:01:08 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-08-28 20:01:08 +0200 |
commit | 1560a70b01e1883d2cf6d444cef26f28753bb94e (patch) | |
tree | 52ed37affdea2cf43d74c9b3b20a9b529dcce61d /src/playlist.h | |
parent | b7861868cf68e5e5b1ad75bb44555591edbdb2d9 (diff) | |
download | mpd-1560a70b01e1883d2cf6d444cef26f28753bb94e.tar.gz mpd-1560a70b01e1883d2cf6d444cef26f28753bb94e.tar.xz mpd-1560a70b01e1883d2cf6d444cef26f28753bb94e.zip |
include cleanup
Only include headers which are really needed.
Diffstat (limited to '')
-rw-r--r-- | src/playlist.h | 2 |
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 '#' |