From d253dd06c81d6601b73ab94e3978f69ef789de89 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Tue, 22 Aug 2017 18:49:59 +0200 Subject: Remove audio-bindings dependencies Change-Id: Iad5c51cca8a659ca3c77dd63ce7920e0f54faf63 Signed-off-by: Romain Forlot --- filescan-utils.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/filescan-utils.c b/filescan-utils.c index 4a5613f..10c9207 100644 --- a/filescan-utils.c +++ b/filescan-utils.c @@ -22,10 +22,6 @@ #include #include -#include "audio-common.h" - - - // List Avaliable Configuration Files PUBLIC json_object* ScanForConfig (const char* searchPath, CtlScanDirModeT mode, const char *pre, const char *ext) { json_object *responseJ; @@ -121,4 +117,4 @@ PUBLIC const char *GetBinderName() { } return binderName; -} \ No newline at end of file +} -- cgit 1.2.3-korg