From 9d34fc394ce30a28ec0e43f2ad7172b8de8b3be6 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 24 Jan 2014 16:18:50 +0100 Subject: Database*: move to db/ --- src/playlist/PlaylistSong.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/playlist/PlaylistSong.cxx') diff --git a/src/playlist/PlaylistSong.cxx b/src/playlist/PlaylistSong.cxx index bcbdc30be..69f8762ab 100644 --- a/src/playlist/PlaylistSong.cxx +++ b/src/playlist/PlaylistSong.cxx @@ -20,7 +20,7 @@ #include "config.h" #include "PlaylistSong.hxx" #include "Mapper.hxx" -#include "DatabaseSong.hxx" +#include "db/DatabaseSong.hxx" #include "ls.hxx" #include "tag/Tag.hxx" #include "tag/TagBuilder.hxx" -- cgit v1.2.3