Restructure: Move wave from common code to 'libwave'

This commit is contained in:
Andreas Eversberg
2017-11-15 18:56:39 +01:00
parent fd3a4d7ac2
commit ac7bb3539f
19 changed files with 25 additions and 5 deletions

View File

@@ -30,7 +30,7 @@ enum paging_signal;
#include "../common/sample.h"
#include "../libfilter/iir_filter.h"
#include "../common/fm_modulation.h"
#include "../common/wave.h"
#include "../libwave/wave.h"
#include "../common/img.h"
#include "../common/debug.h"
#ifdef HAVE_SDR