diff options
author | Max Kellermann <max@duempel.org> | 2014-01-23 23:49:50 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-23 23:49:50 +0100 |
commit | ea5b901bcce20949a8d1fd622a7b03ff6f56ae20 (patch) | |
tree | ab37a61260fdaafb94b5e54aca54928e00c9cf01 /src/CommandLine.cxx | |
parent | f1f19841bdd291c055f59b6603f69278c66366d8 (diff) |
output/*: move to output/plugins/
Diffstat (limited to 'src/CommandLine.cxx')
-rw-r--r-- | src/CommandLine.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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" |