aboutsummaryrefslogtreecommitdiffstats
path: root/src/update_db.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-02-12 17:43:23 +0100
committerMax Kellermann <max@duempel.org>2012-02-12 17:43:23 +0100
commit027c01511cfb8eac1a2e3f9fc54cfbb2bf968870 (patch)
tree2649984b8e6e010df5b428db1d1f52079532dd74 /src/update_db.c
parent4fdcc0496fbfce7b1ad4f46b249e4c9ee0b0e997 (diff)
downloadmpd-027c01511cfb8eac1a2e3f9fc54cfbb2bf968870.tar.gz
mpd-027c01511cfb8eac1a2e3f9fc54cfbb2bf968870.tar.xz
mpd-027c01511cfb8eac1a2e3f9fc54cfbb2bf968870.zip
update_remove: add header update_remove.h
Diffstat (limited to '')
-rw-r--r--src/update_db.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/update_db.c b/src/update_db.c
index f2126c559..2ead6d438 100644
--- a/src/update_db.c
+++ b/src/update_db.c
@@ -19,7 +19,7 @@
#include "config.h" /* must be first for large file support */
#include "update_db.h"
-#include "update_internal.h"
+#include "update_remove.h"
#include "directory.h"
#include "song.h"
#include "db_lock.h"