diff options
| author | Tony Jose <gmoto1179@gmail.com> | 2021-04-17 18:45:37 +0530 |
|---|---|---|
| committer | Julian Veit <claymore1298@gmail.com> | 2022-09-05 17:01:43 +0200 |
| commit | 221cc003a9f95e9c278fffddbd670a11297b4e06 (patch) | |
| tree | 20753fe853179b2c4045e45b3be2395ede221c6d | |
| parent | 252eac67753479c09ec3fa57e8dbf530cb4db86b (diff) | |
msm8974-common: wcnss_htc: Move to log/log.h
* cutils/log.h is deprecated.
Change-Id: If2c761b4f819cf165cd58c5a9b317028e7f33c73
| -rw-r--r-- | wcnss_htc/wcnss_htc_client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wcnss_htc/wcnss_htc_client.c b/wcnss_htc/wcnss_htc_client.c index 998b1c7..6817360 100644 --- a/wcnss_htc/wcnss_htc_client.c +++ b/wcnss_htc/wcnss_htc_client.c @@ -31,7 +31,7 @@ #include <stdlib.h> #include <unistd.h> -#include <cutils/log.h> +#include <log/log.h> int wcnss_init_qmi(void) { |
