From f73d8e36523b4c5342de7f3112f0d07c141b28ab Mon Sep 17 00:00:00 2001
From: Bill Hoffman <bill.hoffman@kitware.com>
Date: Mon, 10 May 2004 12:08:01 -0400
Subject: [PATCH] ENH: remove extra include for compile with mingw

---
 ProcessWin32Kill.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ProcessWin32Kill.c b/ProcessWin32Kill.c
index 5395f611..3b32d00d 100644
--- a/ProcessWin32Kill.c
+++ b/ProcessWin32Kill.c
@@ -23,7 +23,6 @@
 
 #include <windows.h>
 #include <tchar.h>
-#include <crtdbg.h>
 #include <stdio.h>
 #include <stdarg.h>
 #include <tlhelp32.h>
-- 
GitLab