diff options
author | Max Kellermann <max@duempel.org> | 2012-02-12 17:43:23 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-02-12 17:43:23 +0100 |
commit | 027c01511cfb8eac1a2e3f9fc54cfbb2bf968870 (patch) | |
tree | 2649984b8e6e010df5b428db1d1f52079532dd74 /src/update_db.c | |
parent | 4fdcc0496fbfce7b1ad4f46b249e4c9ee0b0e997 (diff) | |
download | mpd-027c01511cfb8eac1a2e3f9fc54cfbb2bf968870.tar.gz mpd-027c01511cfb8eac1a2e3f9fc54cfbb2bf968870.tar.xz mpd-027c01511cfb8eac1a2e3f9fc54cfbb2bf968870.zip |
update_remove: add header update_remove.h
Diffstat (limited to 'src/update_db.c')
-rw-r--r-- | src/update_db.c | 2 |
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" |