diff options
author | Max Kellermann <max@duempel.org> | 2014-02-19 09:00:29 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-02-19 09:22:08 +0100 |
commit | ee7bd695fd31d164a8a3ade1c2fb7fe019744ceb (patch) | |
tree | c85e2df7ff258b0ca73dc7ee7c6d97647c2860fd /src/output/plugins/NullOutputPlugin.cxx | |
parent | 1cc17bfe7a470c2e2d74466a70ce3723e10baf4a (diff) | |
download | mpd-ee7bd695fd31d164a8a3ade1c2fb7fe019744ceb.tar.gz mpd-ee7bd695fd31d164a8a3ade1c2fb7fe019744ceb.tar.xz mpd-ee7bd695fd31d164a8a3ade1c2fb7fe019744ceb.zip |
Timer: move to output/
Diffstat (limited to '')
-rw-r--r-- | src/output/plugins/NullOutputPlugin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/output/plugins/NullOutputPlugin.cxx b/src/output/plugins/NullOutputPlugin.cxx index 53140a475..098f58926 100644 --- a/src/output/plugins/NullOutputPlugin.cxx +++ b/src/output/plugins/NullOutputPlugin.cxx @@ -20,7 +20,7 @@ #include "config.h" #include "NullOutputPlugin.hxx" #include "../OutputAPI.hxx" -#include "Timer.hxx" +#include "../Timer.hxx" struct NullOutput { AudioOutput base; |