From 03bebc12f0fd5006a72e430084146a36d2db7c8d Mon Sep 17 00:00:00 2001 From: Manuel Bachmann Date: Mon, 21 Dec 2015 04:21:51 +0100 Subject: Untie Radio and Audio APIs Radio and Audio API functions do not cross-call themselves directly anymore ; this is necessary to have independent plugin binaries (.so) in the near future. (PS : audio buffer securization is WIP) Signed-off-by: Manuel Bachmann --- plugins/radio/radio-api.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'plugins/radio/radio-api.h') diff --git a/plugins/radio/radio-api.h b/plugins/radio/radio-api.h index 0dbd3422..4ea41b1c 100644 --- a/plugins/radio/radio-api.h +++ b/plugins/radio/radio-api.h @@ -21,9 +21,6 @@ #include "radio-rtlsdr.h" -#include "../audio/audio-api.h" -#include "../audio/audio-alsa.h" - /* -------------- PLUGIN DEFINITIONS ----------------- */ #define MAX_RADIO 10 -- cgit 1.2.3-korg