aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2015-01-13 07:58:27 +0100
committerSergiu Cozma <lssjbrolli@gmail.com>2015-03-28 11:43:16 +0200
commitae670de4ff0e2633ffdfc076714953e09414c2cd (patch)
treed603527531f4acb503800c0d510dad26a42a005d
parentc0e02de5321c3c8c80142daaf923d1ca821d41f8 (diff)
audio: Remove unused dlfcn header.
Change-Id: Ia9daa07ed04be221c95351dbe6572b1e6cc23d21 Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
-rw-r--r--audio/audio_hw.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/audio_hw.c b/audio/audio_hw.c
index 1a3e487..8607413 100644
--- a/audio/audio_hw.c
+++ b/audio/audio_hw.c
@@ -26,7 +26,6 @@
#include <stdint.h>
#include <stdlib.h>
#include <sys/time.h>
-#include <dlfcn.h>
#include <cutils/log.h>
#include <cutils/properties.h>