summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2003-08-10 20:02:25 (GMT)
committerKen Martin <ken.martin@kitware.com>2003-08-10 20:02:25 (GMT)
commitcc8aa74ec48e0ba6cf2741c7902a5b4959e0a4e8 (patch)
tree231f372789d8f58f74709db3558b6eb619341079
parent6a2f1926d8aa21af33ede1f5bd33e38f92cb97b5 (diff)
downloadCMake-cc8aa74ec48e0ba6cf2741c7902a5b4959e0a4e8.zip
CMake-cc8aa74ec48e0ba6cf2741c7902a5b4959e0a4e8.tar.gz
CMake-cc8aa74ec48e0ba6cf2741c7902a5b4959e0a4e8.tar.bz2
removed duplicate includes
-rw-r--r--Source/cmMakeDepend.cxx1
-rw-r--r--Source/cmMakeDepend.h1
-rw-r--r--Source/cmSourceFile.cxx1
3 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmMakeDepend.cxx b/Source/cmMakeDepend.cxx
index 3f6b38e..9cb7c68 100644
--- a/Source/cmMakeDepend.cxx
+++ b/Source/cmMakeDepend.cxx
@@ -15,7 +15,6 @@
=========================================================================*/
#include "cmMakeDepend.h"
-#include "cmStandardIncludes.h"
#include "cmSystemTools.h"
#include <cmsys/RegularExpression.hxx>
diff --git a/Source/cmMakeDepend.h b/Source/cmMakeDepend.h
index 6d5792a..15ebc77 100644
--- a/Source/cmMakeDepend.h
+++ b/Source/cmMakeDepend.h
@@ -19,7 +19,6 @@
#include "cmMakefile.h"
#include "cmSourceFile.h"
-#include "cmStandardIncludes.h"
#include <cmsys/RegularExpression.hxx>
diff --git a/Source/cmSourceFile.cxx b/Source/cmSourceFile.cxx
index abc623d..1f45e92 100644
--- a/Source/cmSourceFile.cxx
+++ b/Source/cmSourceFile.cxx
@@ -15,7 +15,6 @@
=========================================================================*/
#include "cmSourceFile.h"
-#include "cmStandardIncludes.h"
#include "cmSystemTools.h"