aboutsummaryrefslogtreecommitdiff
path: root/test/run_output.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-02-01 17:47:09 +0100
committerMax Kellermann <max@duempel.org>2013-02-01 17:47:09 +0100
commit3894450b10baeaa17c871cb5dc1a0961e0726fae (patch)
tree66d8b5fa85eb70e13ab0826345103505ab694d58 /test/run_output.cxx
parentec07f6ec835abccda5ff7bf346645739fb5e116a (diff)
filter: convert to C++
Diffstat (limited to 'test/run_output.cxx')
-rw-r--r--test/run_output.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run_output.cxx b/test/run_output.cxx
index f76e6fc7..5b6d54a1 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"