Commit 4f72f492 authored by Max Kellermann's avatar Max Kellermann

filter/normalize: clean up forward declarations

parent af9840da
...@@ -23,8 +23,6 @@ ...@@ -23,8 +23,6 @@
#include <memory> #include <memory>
class PreparedFilter; class PreparedFilter;
class Filter;
struct AudioFormat;
std::unique_ptr<PreparedFilter> std::unique_ptr<PreparedFilter>
normalize_filter_prepare() noexcept; normalize_filter_prepare() noexcept;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment