From 191d2f3c9959d1b051bac8346b0f80b0bcb0ef15 Mon Sep 17 00:00:00 2001 From: Vijay Venkatraman Date: Mon, 23 Jan 2017 18:56:53 -0800 Subject: [PATCH] Removed include log\logger.h from log_fake.cpp Test: Compile malloc_debug_unit_tests Change-Id: I635687016570ba52c571435b87d8e89f7f04d609 --- libc/malloc_debug/tests/log_fake.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/libc/malloc_debug/tests/log_fake.cpp b/libc/malloc_debug/tests/log_fake.cpp index 7350ea0df..194d42be4 100644 --- a/libc/malloc_debug/tests/log_fake.cpp +++ b/libc/malloc_debug/tests/log_fake.cpp @@ -21,7 +21,6 @@ #include #include -#include // Forward declarations. class Backtrace;