Timer: move to output/

This commit is contained in:
Max Kellermann
2014-02-19 09:00:29 +01:00
parent 1cc17bfe7a
commit ee7bd695fd
6 changed files with 5 additions and 6 deletions

View File

@@ -21,7 +21,7 @@
#include "FifoOutputPlugin.hxx"
#include "config/ConfigError.hxx"
#include "../OutputAPI.hxx"
#include "Timer.hxx"
#include "../Timer.hxx"
#include "fs/AllocatedPath.hxx"
#include "fs/FileSystem.hxx"
#include "util/Error.hxx"

View File

@@ -26,7 +26,7 @@
#define MPD_OUTPUT_HTTPD_INTERNAL_H
#include "../Internal.hxx"
#include "Timer.hxx"
#include "../Timer.hxx"
#include "thread/Mutex.hxx"
#include "event/ServerSocket.hxx"
#include "event/DeferredMonitor.hxx"

View File

@@ -20,7 +20,7 @@
#include "config.h"
#include "NullOutputPlugin.hxx"
#include "../OutputAPI.hxx"
#include "Timer.hxx"
#include "../Timer.hxx"
struct NullOutput {
AudioOutput base;