summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2004-05-10 16:08:01 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2004-05-10 16:08:01 (GMT)
commit568c9216737fe9005354c074e924d4026c55030d (patch)
treebb8aa5d4a36819c34d50e4458f6b4af3f6ad15eb /Source
parent9c0411b4f29bc691572a50de126edd2f0acaf9a4 (diff)
downloadCMake-568c9216737fe9005354c074e924d4026c55030d.zip
CMake-568c9216737fe9005354c074e924d4026c55030d.tar.gz
CMake-568c9216737fe9005354c074e924d4026c55030d.tar.bz2
ENH: remove extra include for compile with mingw
Diffstat (limited to 'Source')
-rw-r--r--Source/kwsys/ProcessWin32Kill.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/kwsys/ProcessWin32Kill.c b/Source/kwsys/ProcessWin32Kill.c
index 5ab867a..21a1bb8 100644
--- a/Source/kwsys/ProcessWin32Kill.c
+++ b/Source/kwsys/ProcessWin32Kill.c
@@ -23,7 +23,6 @@
#include <windows.h>
#include <tchar.h>
-#include <crtdbg.h>
#include <stdio.h>
#include <stdarg.h>
#include <tlhelp32.h>