From 0fe3b67024bfb4dfe4062c722532f20e35242238 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Thu, 20 Aug 2020 15:40:57 -0700 Subject: Fix logd's implicit dependency on libsysutils. We're trying to remove the implicit dependency on libsysutils that *all* code has via the symlink in system/core/include/, but netd and logd have code that #includes the headers without declaring the dependency (which works out in the end because their executables declare the dependency). Bug: http://b/165825252 Test: treehugger Change-Id: I8c582e427d9dbe7d9f8172c445f38ae2737a9049 --- logd/LogReaderThread.h | 1 - 1 file changed, 1 deletion(-) (limited to 'logd/LogReaderThread.h') diff --git a/logd/LogReaderThread.h b/logd/LogReaderThread.h index 1855c0e26..20624f2e4 100644 --- a/logd/LogReaderThread.h +++ b/logd/LogReaderThread.h @@ -27,7 +27,6 @@ #include #include -#include #include "LogBuffer.h" #include "LogWriter.h" -- cgit v1.2.3