diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2004-05-10 15:04:23 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2004-05-10 15:04:23 (GMT) |
commit | 2c4922f5582fcb0590e704cf5d4e9bf753f5a357 (patch) | |
tree | 6b2fb9ce93c97bbb54f031a1c337518a3f6c4eee /Source/kwsys | |
parent | 40e54ded44342d5c640cd81b68c3cb1292a5e861 (diff) | |
download | CMake-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')
-rw-r--r-- | Source/kwsys/ProcessWin32Kill.cxx | 1 |
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> |