From 2e988749a1775ff85b14d6e93a52c931481e64d3 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Fri, 2 Feb 2018 22:16:58 +0000 Subject: Remove third_party/build/build_config.h. Use build/build_config.h instead. Having two build_config.h files is confusing. Change-Id: I4bd9c76ab6d913ee0aaa8b2f9c17b94bfba2d128 Reviewed-on: https://pdfium-review.googlesource.com/25111 Commit-Queue: Lei Zhang Reviewed-by: Chris Palmer Reviewed-by: Henrique Nakashima --- third_party/base/allocator/partition_allocator/partition_alloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'third_party/base/allocator/partition_allocator/partition_alloc.h') diff --git a/third_party/base/allocator/partition_allocator/partition_alloc.h b/third_party/base/allocator/partition_allocator/partition_alloc.h index 7e8415c760..87db329af2 100644 --- a/third_party/base/allocator/partition_allocator/partition_alloc.h +++ b/third_party/base/allocator/partition_allocator/partition_alloc.h @@ -62,13 +62,13 @@ #include #include +#include "build/build_config.h" #include "third_party/base/allocator/partition_allocator/page_allocator.h" #include "third_party/base/allocator/partition_allocator/spin_lock.h" #include "third_party/base/bits.h" #include "third_party/base/compiler_specific.h" #include "third_party/base/logging.h" #include "third_party/base/sys_byteorder.h" -#include "third_party/build/build_config.h" #if defined(MEMORY_TOOL_REPLACES_ALLOCATOR) #include -- cgit v1.2.3