diff options
author | Max Kellermann <max@duempel.org> | 2014-01-24 16:18:21 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-24 16:33:33 +0100 |
commit | f8bfea8bae44134e8002db869fd4ec137d1c0d6e (patch) | |
tree | d370391baccbbc4c23306656aec3751a7ffc95ae /test/run_input.cxx | |
parent | e199c33c6e9eb2f1aa588073f49f44de274985d5 (diff) | |
download | mpd-f8bfea8bae44134e8002db869fd4ec137d1c0d6e.tar.gz mpd-f8bfea8bae44134e8002db869fd4ec137d1c0d6e.tar.xz mpd-f8bfea8bae44134e8002db869fd4ec137d1c0d6e.zip |
Input*: move to input/
Diffstat (limited to '')
-rw-r--r-- | test/run_input.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/run_input.cxx b/test/run_input.cxx index 48892dc28..539171ad8 100644 --- a/test/run_input.cxx +++ b/test/run_input.cxx @@ -22,8 +22,8 @@ #include "stdbin.h" #include "tag/Tag.hxx" #include "config/ConfigGlobal.hxx" -#include "InputStream.hxx" -#include "InputInit.hxx" +#include "input/InputStream.hxx" +#include "input/Init.hxx" #include "IOThread.hxx" #include "util/Error.hxx" #include "thread/Cond.hxx" |