From 71a2dcfc6412d4afa8e5fb091d653c0343a9ec42 Mon Sep 17 00:00:00 2001 From: Christopher Ferris Date: Mon, 30 Jan 2017 13:24:51 -0800 Subject: [PATCH] Remote reference to log/logger.h It was made an error to include this file after I went through the presubmit checks. Test: Compiles. Change-Id: If00b0b644ecef95325636cec094cfcb399e307f9 --- libunwindstack/tests/LogFake.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/libunwindstack/tests/LogFake.cpp b/libunwindstack/tests/LogFake.cpp index 446cda904..411594a75 100644 --- a/libunwindstack/tests/LogFake.cpp +++ b/libunwindstack/tests/LogFake.cpp @@ -21,7 +21,6 @@ #include #include -#include #include "LogFake.h"