summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/ProcessWin32Kill.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2004-05-10 15:04:23 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2004-05-10 15:04:23 (GMT)
commit2c4922f5582fcb0590e704cf5d4e9bf753f5a357 (patch)
tree6b2fb9ce93c97bbb54f031a1c337518a3f6c4eee /Source/kwsys/ProcessWin32Kill.cxx
parent40e54ded44342d5c640cd81b68c3cb1292a5e861 (diff)
downloadCMake-2c4922f5582fcb0590e704cf5d4e9bf753f5a357.zip
CMake-2c4922f5582fcb0590e704cf5d4e9bf753f5a357.tar.gz
CMake-2c4922f5582fcb0590e704cf5d4e9bf753f5a357.tar.bz2
ENH: remove unused include file so it will build with mingw
Diffstat (limited to 'Source/kwsys/ProcessWin32Kill.cxx')
-rw-r--r--Source/kwsys/ProcessWin32Kill.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/kwsys/ProcessWin32Kill.cxx b/Source/kwsys/ProcessWin32Kill.cxx
index 13a07a8..3afe14a 100644
--- a/Source/kwsys/ProcessWin32Kill.cxx
+++ b/Source/kwsys/ProcessWin32Kill.cxx
@@ -23,7 +23,6 @@
#include <windows.h>
#include <tchar.h>
-#include <crtdbg.h>
#include <stdio.h>
#include <stdarg.h>
#include <tlhelp32.h>