summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2002-09-12 17:42:31 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2002-09-12 17:42:31 (GMT)
commit4c21ba27c9cdcc53138646f3de7bd5542aba86a8 (patch)
tree7d74b06974d02ca15aeb852d8114369bbd7118d7
parent5e6b29717e7da42e718cfd4eda89a24010fc1904 (diff)
downloadCMake-4c21ba27c9cdcc53138646f3de7bd5542aba86a8.zip
CMake-4c21ba27c9cdcc53138646f3de7bd5542aba86a8.tar.gz
CMake-4c21ba27c9cdcc53138646f3de7bd5542aba86a8.tar.bz2
Remove unnecessary include
-rw-r--r--Source/cmakemain.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmakemain.cxx b/Source/cmakemain.cxx
index b8214ab..c882101 100644
--- a/Source/cmakemain.cxx
+++ b/Source/cmakemain.cxx
@@ -16,7 +16,6 @@
=========================================================================*/
#include "cmakewizard.h"
#include "cmake.h"
-#include "cmMakefileGenerator.h"
#include "cmCacheManager.h"
int main(int ac, char** av)