summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2013-07-23 18:35:00 -0700
committerColin Cross <ccross@android.com>2013-07-23 18:35:00 -0700
commit2dbbd3bac0f0e819d196a80cc7855054148ef8b6 (patch)
treeac263c249db97d9a1c19a1d5d5ca51e937411090
parenta96eaff3ca4c9d39f6e55c270600826f0d73141f (diff)
downloadandroid_external_sonivox-2dbbd3bac0f0e819d196a80cc7855054148ef8b6.tar.gz
android_external_sonivox-2dbbd3bac0f0e819d196a80cc7855054148ef8b6.tar.bz2
android_external_sonivox-2dbbd3bac0f0e819d196a80cc7855054148ef8b6.zip
remove include of utils/Log.h
Remove the include of utils/Log.h to avoid having to pull in liblog. Add pthread.h because it was getting it implicitly through utils/Log.h. Change-Id: Ib05b2934fe24cbb47eb4daf41cd392830caceeed
-rw-r--r--arm-wt-22k/host_src/eas_hostmm.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/arm-wt-22k/host_src/eas_hostmm.c b/arm-wt-22k/host_src/eas_hostmm.c
index 6732928..5243639 100644
--- a/arm-wt-22k/host_src/eas_hostmm.c
+++ b/arm-wt-22k/host_src/eas_hostmm.c
@@ -54,8 +54,7 @@
#include <sys/mman.h>
#include <errno.h>
#include <signal.h>
-#define LOG_TAG "Sonivox"
-#include <utils/Log.h>
+#include <pthread.h>
#include <media/MediaPlayerInterface.h>
#endif