From cc8aa74ec48e0ba6cf2741c7902a5b4959e0a4e8 Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Sun, 10 Aug 2003 16:02:25 -0400 Subject: removed duplicate includes --- Source/cmMakeDepend.cxx | 1 - Source/cmMakeDepend.h | 1 - Source/cmSourceFile.cxx | 1 - 3 files changed, 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 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 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" -- cgit v0.12