Remove audio-bindings dependencies
authorRomain Forlot <romain.forlot@iot.bzh>
Tue, 22 Aug 2017 16:49:59 +0000 (18:49 +0200)
committerRomain Forlot <romain.forlot@iot.bzh>
Tue, 22 Aug 2017 16:49:59 +0000 (18:49 +0200)
Change-Id: Iad5c51cca8a659ca3c77dd63ce7920e0f54faf63
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
filescan-utils.c

index 4a5613f..10c9207 100644 (file)
 #include <sys/prctl.h>
 #include <dirent.h>
 
-#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
+}