commit | 02b5d168f2c2427489a54ea58defd6d602c46968 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Tue Apr 11 09:36:38 2017 -0700 |
committer | Steven Moreland <smoreland@google.com> | Tue Apr 11 17:37:41 2017 +0000 |
tree | bf3cdda972369fac56c526f0a32ff621a64fa035 | |
parent | 5cbf8f829748eaa243a8f7c6491fbce031450cf4 [diff] [blame] |
audio.*.default: remove unneeded dependency/IWYU libcutils not needed as only functions from liblog are being used Test: links Change-Id: I2a2cb58d883c0ec1e26a2f023865b137517da432
diff --git a/modules/audio/audio_hw.c b/modules/audio/audio_hw.c index 55a5c3b..43d13a9 100644 --- a/modules/audio/audio_hw.c +++ b/modules/audio/audio_hw.c
@@ -23,7 +23,7 @@ #include <stdint.h> #include <sys/time.h> -#include <cutils/log.h> +#include <log/log.h> #include <hardware/hardware.h> #include <system/audio.h>