summaryrefslogtreecommitdiffstats
path: root/Source/cmaketest.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2002-09-12 17:55:42 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2002-09-12 17:55:42 (GMT)
commite88e3d3cb5671519e8b9a9b45ea3af6ce1413b95 (patch)
tree67ac70662baecd2b62a3f55ae97a188612a5c9cb /Source/cmaketest.cxx
parent4c21ba27c9cdcc53138646f3de7bd5542aba86a8 (diff)
downloadCMake-e88e3d3cb5671519e8b9a9b45ea3af6ce1413b95.zip
CMake-e88e3d3cb5671519e8b9a9b45ea3af6ce1413b95.tar.gz
CMake-e88e3d3cb5671519e8b9a9b45ea3af6ce1413b95.tar.bz2
Remove unnecessary include
Diffstat (limited to 'Source/cmaketest.cxx')
-rw-r--r--Source/cmaketest.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmaketest.cxx b/Source/cmaketest.cxx
index 2acdc98..8030983 100644
--- a/Source/cmaketest.cxx
+++ b/Source/cmaketest.cxx
@@ -19,7 +19,6 @@
#include "cmRegularExpression.h"
#include "cmake.h"
#include "cmListFileCache.h"
-#include "cmMakefileGenerator.h"
#include "cmCacheManager.h"
#if defined(_WIN32) && !defined(__CYGWIN__)
#include "windows.h"