From 4c21ba27c9cdcc53138646f3de7bd5542aba86a8 Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Thu, 12 Sep 2002 13:42:31 -0400 Subject: [PATCH] Remove unnecessary include --- Source/cmakemain.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/cmakemain.cxx b/Source/cmakemain.cxx index b8214abcb..c882101c1 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)