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/ini/IniParser.cpp b/utils/ini/IniParser.cpp
index efcdf46..bc5c772 100644
--- a/utils/ini/IniParser.cpp
+++ b/utils/ini/IniParser.cpp
@@ -29,7 +29,7 @@
 #include <unistd.h>
 #include <errno.h>
 
-#include <utils/Log.h>
+#include <cutils/log.h>
 
 #include "ini.h"
 #include "IniParser.h"