diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-05-30 19:36:00 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-05-30 19:36:00 (GMT) |
commit | cf1393218f16c356de57da8c814eb7e90a4d4c53 (patch) | |
tree | b28bd1108076d032d48a8a79c3b394c8529553be /Source | |
parent | 4179c991f4bf3aefc1d96617e5f4e03646dcf56e (diff) | |
download | CMake-cf1393218f16c356de57da8c814eb7e90a4d4c53.zip CMake-cf1393218f16c356de57da8c814eb7e90a4d4c53.tar.gz CMake-cf1393218f16c356de57da8c814eb7e90a4d4c53.tar.bz2 |
ENH: remove unused includes
Diffstat (limited to 'Source')
-rw-r--r-- | Source/MFCDialog/CMakeSetupDialog.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/MFCDialog/CMakeSetupDialog.cpp b/Source/MFCDialog/CMakeSetupDialog.cpp index 8a1f64b..101ce17 100644 --- a/Source/MFCDialog/CMakeSetupDialog.cpp +++ b/Source/MFCDialog/CMakeSetupDialog.cpp @@ -4,10 +4,7 @@ #include "stdafx.h" #include "CMakeSetup.h" #include "CMakeSetupDialog.h" -#include "../cmDSWMakefile.h" -#include "../cmMSProjectGenerator.h" #include "../cmCacheManager.h" -#include "../cmMakefile.h" #include "../cmake.h" #ifdef _DEBUG #define new DEBUG_NEW |