commit | 3505666137614cbe77f4581a436b78c1ed5fd597 | [log] [tgz] |
---|---|---|
author | Mike Ma <yanmin@google.com> | Thu Dec 06 13:32:59 2018 -0800 |
committer | Mike Ma <yanmin@google.com> | Thu Dec 06 13:34:21 2018 -0800 |
tree | 69678f8b4f631cf7a3f1245de8b6282b066bd83b | |
parent | 7ae9663d6c08f127a19ca4e94e8fead08ad88f1e [diff] [blame] |
Remove deprecated cutils/log.h Test: build Change-Id: I6f9b400173618bdf31ddbd8eacedea62669dfa27
diff --git a/libs/incident/src/IncidentReportArgs.cpp b/libs/incident/src/IncidentReportArgs.cpp index fbc21e5..26261ef 100644 --- a/libs/incident/src/IncidentReportArgs.cpp +++ b/libs/incident/src/IncidentReportArgs.cpp
@@ -18,7 +18,7 @@ #include <android/os/IncidentReportArgs.h> -#include <cutils/log.h> +#include <log/log.h> namespace android { namespace os {