Restructure: Move filters from common code to 'libfilter'

This commit is contained in:
Andreas Eversberg
2017-11-13 19:15:09 +01:00
parent fc1c5de547
commit 669705c6ed
26 changed files with 34 additions and 13 deletions

View File

@@ -21,7 +21,7 @@
#include <stdint.h>
#include <math.h>
#include "../common/sample.h"
#include "../common/iir_filter.h"
#include "../libfilter/iir_filter.h"
#include "bas.h"
#include "vcr.h"
#include "fubk.h"