From 7880be17994c9c2729ee9e735fa1efc203e93ca0 Mon Sep 17 00:00:00 2001 From: Mirko Bonadei Date: Fri, 5 Oct 2018 08:40:02 +0200 Subject: [PATCH] Don't include in aligned_malloc.cc. The inclusion of creates problems when building with Chromium third_party/webrtc/rtc_base/memory/aligned_malloc.cc:13:10: fatal error: 'memory.h' file not found #include It seems the code doesn't need to include but . Bug: None Change-Id: Ib6591711aa7cfea49a2ff08321cfb3bd3689797a Reviewed-on: https://webrtc-review.googlesource.com/c/103980 Reviewed-by: Karl Wiberg Commit-Queue: Mirko Bonadei Cr-Commit-Position: refs/heads/master@{#25003} --- rtc_base/memory/aligned_malloc.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtc_base/memory/aligned_malloc.cc b/rtc_base/memory/aligned_malloc.cc index 2943a64208..a1d54bdb78 100644 --- a/rtc_base/memory/aligned_malloc.cc +++ b/rtc_base/memory/aligned_malloc.cc @@ -10,8 +10,8 @@ #include "rtc_base/memory/aligned_malloc.h" -#include #include +#include #ifdef _WIN32 #include