From 882d843083895f4905571dc273e801ee18fd5984 Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 12 Jan 2022 02:30:25 +0800 Subject: ... --- src/win/HeapDebug.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/win/HeapDebug.cpp') diff --git a/src/win/HeapDebug.cpp b/src/win/HeapDebug.cpp index 6ec1ffcc..b1b9fe1a 100644 --- a/src/win/HeapDebug.cpp +++ b/src/win/HeapDebug.cpp @@ -1,11 +1,9 @@ #include "cru/win/WinPreConfig.hpp" -#include "cru/platform/HeapDebug.hpp" - #include namespace cru::platform { void SetupHeapDebug() { _CrtSetDbgFlag(_CRTDBG_ALLOC_MEM_DF | _CRTDBG_LEAK_CHECK_DF); } -} +} // namespace cru::platform -- cgit v1.2.3