From dfef6b76c96763dee1e8300f4485cf3b4141f16b Mon Sep 17 00:00:00 2001 From: Tom Cherry Date: Mon, 20 Apr 2020 14:51:40 -0700 Subject: [PATCH] Include log/log_read.h for reading logs log/log.h is concerned with writing logs. Bug: 78370064 Test: build Change-Id: I3c7719bcbffc6809377e80292b00312b4598bfc2 --- cmds/incidentd/src/Section.cpp | 1 - cmds/incidentd/src/Section.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/cmds/incidentd/src/Section.cpp b/cmds/incidentd/src/Section.cpp index 114cbb8d64609..b629e42517625 100644 --- a/cmds/incidentd/src/Section.cpp +++ b/cmds/incidentd/src/Section.cpp @@ -33,7 +33,6 @@ #include #include #include -#include #include #include #include diff --git a/cmds/incidentd/src/Section.h b/cmds/incidentd/src/Section.h index bf915c4165d56..7f4b66482c735 100644 --- a/cmds/incidentd/src/Section.h +++ b/cmds/incidentd/src/Section.h @@ -24,7 +24,7 @@ #include #include - +#include #include #include #include