From: Peter Dillinger Date: Mon, 28 Nov 2022 17:33:56 +0000 (-0800) Subject: Revert "Fix include of windows.h in mmap.h (#10885)" X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7ad900e1fb0c62d4379dda63dbf2c7d806012e27;p=rocksdb.git Revert "Fix include of windows.h in mmap.h (#10885)" This reverts commit 49b7f219de87e4429067666cd92f826fe202f2f1. --- diff --git a/port/mmap.h b/port/mmap.h index 7342a13f..720b6708 100644 --- a/port/mmap.h +++ b/port/mmap.h @@ -6,8 +6,8 @@ #pragma once #ifdef OS_WIN -#include "port/win/port_win.h" -// ^^^ For proper/safe inclusion of windows.h. Must come first. +#include +// ^^^ Must come first #include #else #include