From 2dbbd3bac0f0e819d196a80cc7855054148ef8b6 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Tue, 23 Jul 2013 18:35:00 -0700 Subject: 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 --- arm-wt-22k/host_src/eas_hostmm.c | 3 +-- 1 file changed, 1 insertion(+), 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 #include #include -#define LOG_TAG "Sonivox" -#include +#include #include #endif -- cgit v1.2.3