audio: Roxton logcat doesn't work on MFG branch [2/3]

PD#TV-70427

Problem:
Roxton logcat doesn't work on MFG branch.

Solution:
Delete the redundant log headers, and use liblog headers for replaced.

Verify:
Yocto: :AP222

Change-Id: Ic7bc47d977b88d6b8af00cc0682d7044f9dfe5d0
Signed-off-by: xingri.gao <xingri.gao@amlogic.com>
diff --git a/utils/SPDIFEncoderAD.cpp b/utils/SPDIFEncoderAD.cpp
index 3007ba2..4e9f677 100644
--- a/utils/SPDIFEncoderAD.cpp
+++ b/utils/SPDIFEncoderAD.cpp
@@ -19,7 +19,7 @@
 //#define LOG_NDEBUG 0
 #define LOG_TAG "SPDIFEncoderAD"
 #include <stdint.h>
-#include <utils/Log.h>
+#include <cutils/log.h>
 #include <system/audio.h>
 #include <audio_utils/spdif/SPDIFEncoder.h>
 #include <tinyalsa/asoundlib.h>