From 2e7094a86215118f3dcd3ad6f2c9099dc409ecc5 Mon Sep 17 00:00:00 2001 From: Aliaksey Kandratsenka Date: Sun, 21 Feb 2021 13:28:48 -0800 Subject: liberate malloc_hook_mmap_linux.h from linux_syscall_support It was not used some time now, as we're rightfully trusting libc syscall wrapper instead. --- src/malloc_hook_mmap_linux.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/malloc_hook_mmap_linux.h b/src/malloc_hook_mmap_linux.h index 927c533..cbf3782 100644 --- a/src/malloc_hook_mmap_linux.h +++ b/src/malloc_hook_mmap_linux.h @@ -40,11 +40,10 @@ # error Should only be including malloc_hook_mmap_linux.h on linux systems. #endif -#include -#include -#include #include -#include "base/linux_syscall_support.h" +#include +#include +#include // The x86-32 case and the x86-64 case differ: // 32b has a mmap2() syscall, 64b does not. -- cgit v1.2.1