From 669705c6edb5cfbcb2f0ca672612777d1e819aa6 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Mon, 13 Nov 2017 19:15:09 +0100 Subject: Restructure: Move filters from common code to 'libfilter' --- src/test/test_performance.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test/test_performance.c') diff --git a/src/test/test_performance.c b/src/test/test_performance.c index dbc6b5c..175185c 100644 --- a/src/test/test_performance.c +++ b/src/test/test_performance.c @@ -4,7 +4,7 @@ #include #include #include "../common/sample.h" -#include "../common/iir_filter.h" +#include "../libfilter/iir_filter.h" #include "../common/fm_modulation.h" #include "../common/debug.h" -- cgit v1.2.3