OSDN Git Service

Removed include log\logger.h from log_fake.cpp
authorVijay Venkatraman <vijaykv@google.com>
Tue, 24 Jan 2017 02:56:53 +0000 (18:56 -0800)
committerVijay Venkatraman <vijaykv@google.com>
Tue, 24 Jan 2017 02:56:53 +0000 (18:56 -0800)
Test: Compile malloc_debug_unit_tests
Change-Id: I635687016570ba52c571435b87d8e89f7f04d609

libc/malloc_debug/tests/log_fake.cpp

index 7350ea0..194d42b 100644 (file)
@@ -21,7 +21,6 @@
 
 #include <android-base/stringprintf.h>
 #include <log/log.h>
-#include <log/logger.h>
 
 // Forward declarations.
 class Backtrace;