sdm660: data-ipa-cfg-mgr: Fix compiler warning

Warning: "Deprecated: don't include cutils/log.h, use either android/log.h or log/log.h"

Change-Id: I52ee45c490a47993960d3a055e94466a90d89454
This commit is contained in:
ShevT 2018-07-26 12:58:31 +03:00 committed by Max Weffers
parent 81eb3926d2
commit d42c0c090b
No known key found for this signature in database
GPG key ID: 795F73D22FB93FAE
4 changed files with 4 additions and 4 deletions

View file

@ -33,7 +33,7 @@
/* External Includes */
#include <arpa/inet.h>
#include <cutils/log.h>
#include <log/log.h>
/* HIDL Includes */
#include <android/hardware/tetheroffload/control/1.0/ITetheringOffloadCallback.h>

View file

@ -39,7 +39,7 @@
#include <linux/netfilter/nfnetlink_compat.h>
/* External Includes */
#include <cutils/log.h>
#include <log/log.h>
#include <cstring>
#include <sys/socket.h>
#include <sys/types.h>

View file

@ -28,7 +28,7 @@
*/
#define LOG_TAG "IPAHALService/IpaEventRelay"
/* External Includes */
#include <cutils/log.h>
#include <log/log.h>
/* HIDL Includes */
#include <android/hardware/tetheroffload/control/1.0/ITetheringOffloadCallback.h>

View file

@ -29,7 +29,7 @@
#define LOG_TAG "IPAHALService/dump"
/* External Includes */
#include <cutils/log.h>
#include <log/log.h>
#include <deque>
#include <string>
#include <sys/types.h>