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>