diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-08-22 18:49:59 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-12-13 14:12:02 +0100 |
commit | 047e06d361fbb7c5381ab8a97729da92232f5e6c (patch) | |
tree | 218ad82f563c8002b36e5957c38e25fde8b6b17c | |
parent | c2f793fd730827163134e457db6870eacc376cc6 (diff) |
Remove audio-bindings dependencies
Change-Id: Iad5c51cca8a659ca3c77dd63ce7920e0f54faf63
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r-- | filescan-utils.c | 6 |
1 files changed, 1 insertions, 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 <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 +} |