diff options
-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" |