summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2003-08-10 20:00:27 (GMT)
committerKen Martin <ken.martin@kitware.com>2003-08-10 20:00:27 (GMT)
commit6a2f1926d8aa21af33ede1f5bd33e38f92cb97b5 (patch)
treec43e55bd6b09d6c573f4aaef4a2a09f294638f58
parentdb2d146f02a2f1571dcc69ccefede775f85d2532 (diff)
downloadCMake-6a2f1926d8aa21af33ede1f5bd33e38f92cb97b5.zip
CMake-6a2f1926d8aa21af33ede1f5bd33e38f92cb97b5.tar.gz
CMake-6a2f1926d8aa21af33ede1f5bd33e38f92cb97b5.tar.bz2
removed duplicate include
-rw-r--r--Source/cmMakefile.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx
index 76d5dc9..c6f3a66 100644
--- a/Source/cmMakefile.cxx
+++ b/Source/cmMakefile.cxx
@@ -16,7 +16,6 @@
=========================================================================*/
#include "cmMakefile.h"
#include "cmCommand.h"
-#include "cmStandardIncludes.h"
#include "cmSourceFile.h"
#include "cmSystemTools.h"
#include "cmGlobalGenerator.h"