Update*: move to update/

This commit is contained in:
Max Kellermann
2014-01-24 00:24:43 +01:00
parent 197b503f3e
commit 08296cd66d
34 changed files with 23 additions and 23 deletions

View File

@@ -23,7 +23,7 @@
#include "CommandLine.hxx"
#include "PlaylistFile.hxx"
#include "PlaylistGlobal.hxx"
#include "UpdateGlue.hxx"
#include "update/UpdateGlue.hxx"
#include "MusicChunk.hxx"
#include "StateFile.hxx"
#include "PlayerThread.hxx"
@@ -68,7 +68,7 @@
#include "Stats.hxx"
#ifdef ENABLE_INOTIFY
#include "InotifyUpdate.hxx"
#include "update/InotifyUpdate.hxx"
#endif
#ifdef ENABLE_SQLITE

View File

@@ -21,7 +21,7 @@
#include "OtherCommands.hxx"
#include "DatabaseCommands.hxx"
#include "CommandError.hxx"
#include "UpdateGlue.hxx"
#include "update/UpdateGlue.hxx"
#include "Directory.hxx"
#include "DetachedSong.hxx"
#include "SongPrint.hxx"

View File

@@ -22,7 +22,7 @@
#include "CommandError.hxx"
#include "Playlist.hxx"
#include "PlaylistPrint.hxx"
#include "UpdateGlue.hxx"
#include "update/UpdateGlue.hxx"
#include "Client.hxx"
#include "Volume.hxx"
#include "output/OutputAll.hxx"

View File

@@ -19,7 +19,7 @@
#include "config.h" /* must be first for large file support */
#include "UpdateIO.hxx"
#include "src/UpdateDomain.hxx"
#include "UpdateDomain.hxx"
#include "Directory.hxx"
#include "Mapper.hxx"
#include "fs/AllocatedPath.hxx"