diff options
author | Max Kellermann <max@duempel.org> | 2014-01-24 00:02:24 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-24 00:02:24 +0100 |
commit | 51adaf2c47761e3f2095a52a7037cd8458b77990 (patch) | |
tree | 46d78d52708a1f75460908187a239cc5c60d1858 /src/CommandLine.cxx | |
parent | ea5b901bcce20949a8d1fd622a7b03ff6f56ae20 (diff) |
decoder/*: move to decoder/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 97cc2b18e..2b8f18a2c 100644 --- a/src/CommandLine.cxx +++ b/src/CommandLine.cxx @@ -25,8 +25,8 @@ #include "ConfigGlobal.hxx" #include "DatabaseRegistry.hxx" #include "DatabasePlugin.hxx" -#include "DecoderList.hxx" -#include "DecoderPlugin.hxx" +#include "decoder/DecoderList.hxx" +#include "decoder/DecoderPlugin.hxx" #include "output/OutputList.hxx" #include "output/OutputPlugin.hxx" #include "InputRegistry.hxx" |