diff options
author | Max Kellermann <max@duempel.org> | 2013-02-01 17:47:09 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-02-01 17:47:09 +0100 |
commit | 3894450b10baeaa17c871cb5dc1a0961e0726fae (patch) | |
tree | 66d8b5fa85eb70e13ab0826345103505ab694d58 /test/run_output.cxx | |
parent | ec07f6ec835abccda5ff7bf346645739fb5e116a (diff) |
filter: convert to C++
Diffstat (limited to 'test/run_output.cxx')
-rw-r--r-- | test/run_output.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run_output.cxx b/test/run_output.cxx index f76e6fc76..5b6d54a11 100644 --- a/test/run_output.cxx +++ b/test/run_output.cxx @@ -32,9 +32,9 @@ extern "C" { #include "output_plugin.h" #include "output_internal.h" -#include "filter_registry.h" } +#include "FilterRegistry.hxx" #include "PlayerControl.hxx" #include "stdbin.h" |