diff options
| author | Andreas Schneider <asn@cryptomilk.org> | 2015-01-13 07:58:27 +0100 |
|---|---|---|
| committer | Sergiu Cozma <lssjbrolli@gmail.com> | 2015-03-28 11:43:16 +0200 |
| commit | ae670de4ff0e2633ffdfc076714953e09414c2cd (patch) | |
| tree | d603527531f4acb503800c0d510dad26a42a005d | |
| parent | c0e02de5321c3c8c80142daaf923d1ca821d41f8 (diff) | |
audio: Remove unused dlfcn header.
Change-Id: Ia9daa07ed04be221c95351dbe6572b1e6cc23d21
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
| -rw-r--r-- | audio/audio_hw.c | 1 |
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> |
