From ea5b901bcce20949a8d1fd622a7b03ff6f56ae20 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 23 Jan 2014 23:49:50 +0100 Subject: output/*: move to output/plugins/ --- src/CommandLine.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/CommandLine.cxx') diff --git a/src/CommandLine.cxx b/src/CommandLine.cxx index 0667844f6..97cc2b18e 100644 --- a/src/CommandLine.cxx +++ b/src/CommandLine.cxx @@ -27,8 +27,8 @@ #include "DatabasePlugin.hxx" #include "DecoderList.hxx" #include "DecoderPlugin.hxx" -#include "OutputList.hxx" -#include "OutputPlugin.hxx" +#include "output/OutputList.hxx" +#include "output/OutputPlugin.hxx" #include "InputRegistry.hxx" #include "InputPlugin.hxx" #include "playlist/PlaylistRegistry.hxx" -- cgit v1.2.3