diff options
author | Max Kellermann <max@duempel.org> | 2014-01-24 00:24:43 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-24 00:24:43 +0100 |
commit | 08296cd66d0ef4729767d97420fab96278a9af17 (patch) | |
tree | 16d4bfe7d04899ae9cbe3de82c486772effb5dd8 /src/Main.cxx | |
parent | 197b503f3ecbf68191b37a7c5fb9c25e975059ce (diff) | |
download | mpd-08296cd66d0ef4729767d97420fab96278a9af17.tar.gz mpd-08296cd66d0ef4729767d97420fab96278a9af17.tar.xz mpd-08296cd66d0ef4729767d97420fab96278a9af17.zip |
Update*: move to update/
Diffstat (limited to '')
-rw-r--r-- | src/Main.cxx | 4 |
1 files changed, 2 insertions, 2 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 |