Restructure: Move goertzel from common code to 'libgoertzel'

This commit is contained in:
Andreas Eversberg
2017-11-16 07:34:16 +01:00
parent c84318b245
commit 16194c15f9
16 changed files with 19 additions and 8 deletions

View File

@@ -4,7 +4,7 @@
#include "../libdtmf/dtmf_encode.h"
#include "../common/call.h"
#include "../common/fsk.h"
#include "../common/goertzel.h"
#include "../libgoertzel/goertzel.h"
#include "dms.h"
#include "sms.h"