diff options
Diffstat (limited to 'src/OtherCommands.cxx')
-rw-r--r-- | src/OtherCommands.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OtherCommands.cxx b/src/OtherCommands.cxx index a703a2ffe..8518f437f 100644 --- a/src/OtherCommands.cxx +++ b/src/OtherCommands.cxx @@ -21,6 +21,7 @@ #include "OtherCommands.hxx" #include "DatabaseCommands.hxx" #include "CommandError.hxx" +#include "UpdateGlue.hxx" #include "directory.h" #include "song.h" @@ -31,7 +32,6 @@ extern "C" { #include "ls.h" #include "uri.h" #include "decoder_print.h" -#include "update.h" #include "volume.h" #include "stats.h" #include "permission.h" |