diff options
Diffstat (limited to '')
-rw-r--r-- | src/db/update/Service.cxx (renamed from src/db/update/UpdateInternal.hxx) | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/src/db/update/UpdateInternal.hxx b/src/db/update/Service.cxx index 2e373bd06..cc2a86968 100644 --- a/src/db/update/UpdateInternal.hxx +++ b/src/db/update/Service.cxx @@ -17,12 +17,5 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef MPD_UPDATE_INTERNAL_H -#define MPD_UPDATE_INTERNAL_H - -#include "check.h" - -extern bool walk_discard; -extern bool modified; - -#endif +#include "config.h" +#include "Service.hxx" |