Index: base/debug/asan_invalid_access.cc |
diff --git a/base/debug/asan_invalid_access.cc b/base/debug/asan_invalid_access.cc |
index cee21066265c08282c90fc7fe95430f82422870b..9b8749e7ed4ae387b352bb0196b9d97369abc45d 100644 |
--- a/base/debug/asan_invalid_access.cc |
+++ b/base/debug/asan_invalid_access.cc |
@@ -2,10 +2,6 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#if defined(OS_WIN) |
-#include <windows.h> |
-#endif |
- |
#include "base/debug/alias.h" |
#include "base/debug/asan_invalid_access.h" |
#include "base/logging.h" |