aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-01-24 00:24:43 +0100
committerMax Kellermann <max@duempel.org>2014-01-24 00:24:43 +0100
commit08296cd66d0ef4729767d97420fab96278a9af17 (patch)
tree16d4bfe7d04899ae9cbe3de82c486772effb5dd8 /src
parent197b503f3ecbf68191b37a7c5fb9c25e975059ce (diff)
downloadmpd-08296cd66d0ef4729767d97420fab96278a9af17.tar.gz
mpd-08296cd66d0ef4729767d97420fab96278a9af17.tar.xz
mpd-08296cd66d0ef4729767d97420fab96278a9af17.zip
Update*: move to update/
Diffstat (limited to 'src')
-rw-r--r--src/Main.cxx4
-rw-r--r--src/command/OtherCommands.cxx2
-rw-r--r--src/command/PlayerCommands.cxx2
-rw-r--r--src/update/InotifyDomain.cxx (renamed from src/InotifyDomain.cxx)0
-rw-r--r--src/update/InotifyDomain.hxx (renamed from src/InotifyDomain.hxx)0
-rw-r--r--src/update/InotifyQueue.cxx (renamed from src/InotifyQueue.cxx)0
-rw-r--r--src/update/InotifyQueue.hxx (renamed from src/InotifyQueue.hxx)0
-rw-r--r--src/update/InotifySource.cxx (renamed from src/InotifySource.cxx)0
-rw-r--r--src/update/InotifySource.hxx (renamed from src/InotifySource.hxx)0
-rw-r--r--src/update/InotifyUpdate.cxx (renamed from src/InotifyUpdate.cxx)0
-rw-r--r--src/update/InotifyUpdate.hxx (renamed from src/InotifyUpdate.hxx)0
-rw-r--r--src/update/UpdateArchive.cxx (renamed from src/UpdateArchive.cxx)0
-rw-r--r--src/update/UpdateArchive.hxx (renamed from src/UpdateArchive.hxx)0
-rw-r--r--src/update/UpdateContainer.cxx (renamed from src/UpdateContainer.cxx)0
-rw-r--r--src/update/UpdateContainer.hxx (renamed from src/UpdateContainer.hxx)0
-rw-r--r--src/update/UpdateDatabase.cxx (renamed from src/UpdateDatabase.cxx)0
-rw-r--r--src/update/UpdateDatabase.hxx (renamed from src/UpdateDatabase.hxx)0
-rw-r--r--src/update/UpdateDomain.cxx (renamed from src/UpdateDomain.cxx)0
-rw-r--r--src/update/UpdateDomain.hxx (renamed from src/UpdateDomain.hxx)0
-rw-r--r--src/update/UpdateGlue.cxx (renamed from src/UpdateGlue.cxx)0
-rw-r--r--src/update/UpdateGlue.hxx (renamed from src/UpdateGlue.hxx)0
-rw-r--r--src/update/UpdateIO.cxx (renamed from src/UpdateIO.cxx)2
-rw-r--r--src/update/UpdateIO.hxx (renamed from src/UpdateIO.hxx)0
-rw-r--r--src/update/UpdateInternal.hxx (renamed from src/UpdateInternal.hxx)0
-rw-r--r--src/update/UpdateQueue.cxx (renamed from src/UpdateQueue.cxx)0
-rw-r--r--src/update/UpdateQueue.hxx (renamed from src/UpdateQueue.hxx)0
-rw-r--r--src/update/UpdateRemove.cxx (renamed from src/UpdateRemove.cxx)0
-rw-r--r--src/update/UpdateRemove.hxx (renamed from src/UpdateRemove.hxx)0
-rw-r--r--src/update/UpdateSong.cxx (renamed from src/UpdateSong.cxx)0
-rw-r--r--src/update/UpdateSong.hxx (renamed from src/UpdateSong.hxx)0
-rw-r--r--src/update/UpdateWalk.cxx (renamed from src/UpdateWalk.cxx)0
-rw-r--r--src/update/UpdateWalk.hxx (renamed from src/UpdateWalk.hxx)0
32 files changed, 5 insertions, 5 deletions
diff --git a/src/Main.cxx b/src/Main.cxx
index a5ffb33dc..f91c63d99 100644
--- a/src/Main.cxx
+++ b/src/Main.cxx
@@ -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
diff --git a/src/command/OtherCommands.cxx b/src/command/OtherCommands.cxx
index fc6903d37..b7b84bcde 100644
--- a/src/command/OtherCommands.cxx
+++ b/src/command/OtherCommands.cxx
@@ -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"
diff --git a/src/command/PlayerCommands.cxx b/src/command/PlayerCommands.cxx
index ae7a7ba89..20de2af92 100644
--- a/src/command/PlayerCommands.cxx
+++ b/src/command/PlayerCommands.cxx
@@ -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"
diff --git a/src/InotifyDomain.cxx b/src/update/InotifyDomain.cxx
index 4a3ab2d79..4a3ab2d79 100644
--- a/src/InotifyDomain.cxx
+++ b/src/update/InotifyDomain.cxx
diff --git a/src/InotifyDomain.hxx b/src/update/InotifyDomain.hxx
index ad6202361..ad6202361 100644
--- a/src/InotifyDomain.hxx
+++ b/src/update/InotifyDomain.hxx
diff --git a/src/InotifyQueue.cxx b/src/update/InotifyQueue.cxx
index f4bccf7ae..f4bccf7ae 100644
--- a/src/InotifyQueue.cxx
+++ b/src/update/InotifyQueue.cxx
diff --git a/src/InotifyQueue.hxx b/src/update/InotifyQueue.hxx
index 99e2635b1..99e2635b1 100644
--- a/src/InotifyQueue.hxx
+++ b/src/update/InotifyQueue.hxx
diff --git a/src/InotifySource.cxx b/src/update/InotifySource.cxx
index c2783690e..c2783690e 100644
--- a/src/InotifySource.cxx
+++ b/src/update/InotifySource.cxx
diff --git a/src/InotifySource.hxx b/src/update/InotifySource.hxx
index 77c11093c..77c11093c 100644
--- a/src/InotifySource.hxx
+++ b/src/update/InotifySource.hxx
diff --git a/src/InotifyUpdate.cxx b/src/update/InotifyUpdate.cxx
index 7515990d7..7515990d7 100644
--- a/src/InotifyUpdate.cxx
+++ b/src/update/InotifyUpdate.cxx
diff --git a/src/InotifyUpdate.hxx b/src/update/InotifyUpdate.hxx
index 2d7d4e3b4..2d7d4e3b4 100644
--- a/src/InotifyUpdate.hxx
+++ b/src/update/InotifyUpdate.hxx
diff --git a/src/UpdateArchive.cxx b/src/update/UpdateArchive.cxx
index ec46a4e17..ec46a4e17 100644
--- a/src/UpdateArchive.cxx
+++ b/src/update/UpdateArchive.cxx
diff --git a/src/UpdateArchive.hxx b/src/update/UpdateArchive.hxx
index 1fc9af349..1fc9af349 100644
--- a/src/UpdateArchive.hxx
+++ b/src/update/UpdateArchive.hxx
diff --git a/src/UpdateContainer.cxx b/src/update/UpdateContainer.cxx
index 0417aa999..0417aa999 100644
--- a/src/UpdateContainer.cxx
+++ b/src/update/UpdateContainer.cxx
diff --git a/src/UpdateContainer.hxx b/src/update/UpdateContainer.hxx
index 8125f71ee..8125f71ee 100644
--- a/src/UpdateContainer.hxx
+++ b/src/update/UpdateContainer.hxx
diff --git a/src/UpdateDatabase.cxx b/src/update/UpdateDatabase.cxx
index fe49a90fb..fe49a90fb 100644
--- a/src/UpdateDatabase.cxx
+++ b/src/update/UpdateDatabase.cxx
diff --git a/src/UpdateDatabase.hxx b/src/update/UpdateDatabase.hxx
index bd7c395f2..bd7c395f2 100644
--- a/src/UpdateDatabase.hxx
+++ b/src/update/UpdateDatabase.hxx
diff --git a/src/UpdateDomain.cxx b/src/update/UpdateDomain.cxx
index 80ad4fd22..80ad4fd22 100644
--- a/src/UpdateDomain.cxx
+++ b/src/update/UpdateDomain.cxx
diff --git a/src/UpdateDomain.hxx b/src/update/UpdateDomain.hxx
index a6e994390..a6e994390 100644
--- a/src/UpdateDomain.hxx
+++ b/src/update/UpdateDomain.hxx
diff --git a/src/UpdateGlue.cxx b/src/update/UpdateGlue.cxx
index 29e5f3ca7..29e5f3ca7 100644
--- a/src/UpdateGlue.cxx
+++ b/src/update/UpdateGlue.cxx
diff --git a/src/UpdateGlue.hxx b/src/update/UpdateGlue.hxx
index 6e247414e..6e247414e 100644
--- a/src/UpdateGlue.hxx
+++ b/src/update/UpdateGlue.hxx
diff --git a/src/UpdateIO.cxx b/src/update/UpdateIO.cxx
index 6343c4490..8e4406dc8 100644
--- a/src/UpdateIO.cxx
+++ b/src/update/UpdateIO.cxx
@@ -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"
diff --git a/src/UpdateIO.hxx b/src/update/UpdateIO.hxx
index 819879422..819879422 100644
--- a/src/UpdateIO.hxx
+++ b/src/update/UpdateIO.hxx
diff --git a/src/UpdateInternal.hxx b/src/update/UpdateInternal.hxx
index 2e373bd06..2e373bd06 100644
--- a/src/UpdateInternal.hxx
+++ b/src/update/UpdateInternal.hxx
diff --git a/src/UpdateQueue.cxx b/src/update/UpdateQueue.cxx
index a6002f854..a6002f854 100644
--- a/src/UpdateQueue.cxx
+++ b/src/update/UpdateQueue.cxx
diff --git a/src/UpdateQueue.hxx b/src/update/UpdateQueue.hxx
index e4228f5ed..e4228f5ed 100644
--- a/src/UpdateQueue.hxx
+++ b/src/update/UpdateQueue.hxx
diff --git a/src/UpdateRemove.cxx b/src/update/UpdateRemove.cxx
index bed7a92ab..bed7a92ab 100644
--- a/src/UpdateRemove.cxx
+++ b/src/update/UpdateRemove.cxx
diff --git a/src/UpdateRemove.hxx b/src/update/UpdateRemove.hxx
index d54e3aa80..d54e3aa80 100644
--- a/src/UpdateRemove.hxx
+++ b/src/update/UpdateRemove.hxx
diff --git a/src/UpdateSong.cxx b/src/update/UpdateSong.cxx
index 2db85a674..2db85a674 100644
--- a/src/UpdateSong.cxx
+++ b/src/update/UpdateSong.cxx
diff --git a/src/UpdateSong.hxx b/src/update/UpdateSong.hxx
index 5feb01928..5feb01928 100644
--- a/src/UpdateSong.hxx
+++ b/src/update/UpdateSong.hxx
diff --git a/src/UpdateWalk.cxx b/src/update/UpdateWalk.cxx
index 21754b31d..21754b31d 100644
--- a/src/UpdateWalk.cxx
+++ b/src/update/UpdateWalk.cxx
diff --git a/src/UpdateWalk.hxx b/src/update/UpdateWalk.hxx
index e908829e3..e908829e3 100644
--- a/src/UpdateWalk.hxx
+++ b/src/update/UpdateWalk.hxx