diff options
author | Ken Martin <ken.martin@kitware.com> | 2003-08-10 20:02:25 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2003-08-10 20:02:25 (GMT) |
commit | cc8aa74ec48e0ba6cf2741c7902a5b4959e0a4e8 (patch) | |
tree | 231f372789d8f58f74709db3558b6eb619341079 /Source | |
parent | 6a2f1926d8aa21af33ede1f5bd33e38f92cb97b5 (diff) | |
download | CMake-cc8aa74ec48e0ba6cf2741c7902a5b4959e0a4e8.zip CMake-cc8aa74ec48e0ba6cf2741c7902a5b4959e0a4e8.tar.gz CMake-cc8aa74ec48e0ba6cf2741c7902a5b4959e0a4e8.tar.bz2 |
removed duplicate includes
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmMakeDepend.cxx | 1 | ||||
-rw-r--r-- | Source/cmMakeDepend.h | 1 | ||||
-rw-r--r-- | Source/cmSourceFile.cxx | 1 |
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" |