aboutsummaryrefslogtreecommitdiff
path: root/src/UpdateWalk.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-03 09:51:35 +0100
committerMax Kellermann <max@duempel.org>2013-01-03 10:02:33 +0100
commit47fc08bffe94d33c88caafd084fa24e31e902798 (patch)
tree6b73aa3f6789fc82100abdf2d1118acfd5666ef5 /src/UpdateWalk.cxx
parentc0f2024a2eebaa156f3c9ddf55f58e00ce5cee8e (diff)
exclude: convert to C++
Diffstat (limited to 'src/UpdateWalk.cxx')
-rw-r--r--src/UpdateWalk.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/UpdateWalk.cxx b/src/UpdateWalk.cxx
index eb056583..909687f4 100644
--- a/src/UpdateWalk.cxx
+++ b/src/UpdateWalk.cxx
@@ -29,9 +29,9 @@
#include "song.h"
#include "PlaylistVector.hxx"
#include "Mapper.hxx"
+#include "ExcludeList.hxx"
extern "C" {
-#include "exclude.h"
#include "uri.h"
#include "path.h"
#include "playlist_list.h"