commit | 9ba2d2d4229ec2fb5151c1d0d0e1289d0ae9946a | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Mon Jan 30 13:24:51 2017 -0800 |
committer | Christopher Ferris <cferris@google.com> | Mon Jan 30 13:24:51 2017 -0800 |
tree | b6f69f5a3c7eb651a023089d98aab818132ef435 | |
parent | fec24a61fc74aac17d0aeda6305c040bbc5d8a05 [diff] |
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
diff --git a/libunwindstack/tests/LogFake.cpp b/libunwindstack/tests/LogFake.cpp index 446cda9..411594a 100644 --- a/libunwindstack/tests/LogFake.cpp +++ b/libunwindstack/tests/LogFake.cpp
@@ -21,7 +21,6 @@ #include <android-base/stringprintf.h> #include <log/log.h> -#include <log/logger.h> #include "LogFake.h"