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:
parent
81eb3926d2
commit
d42c0c090b
4 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue