From dfb79bea2371f2d8b2c45f791f93bb418f457217 Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 11 Jun 2007 12:40:41 -0400 Subject: [PATCH] STYLE: Removed unused reference to cmMakeDepend. --- Source/cmIncludeRegularExpressionCommand.h | 3 +-- Source/cmLocalUnixMakefileGenerator3.h | 1 - Source/cmLocalVisualStudio6Generator.h | 1 - Source/cmLocalVisualStudio7Generator.h | 1 - Source/cmMakefileTargetGenerator.h | 1 - 5 files changed, 1 insertion(+), 6 deletions(-) diff --git a/Source/cmIncludeRegularExpressionCommand.h b/Source/cmIncludeRegularExpressionCommand.h index 7b31dc84e..0c160d611 100644 --- a/Source/cmIncludeRegularExpressionCommand.h +++ b/Source/cmIncludeRegularExpressionCommand.h @@ -23,8 +23,7 @@ * \brief Set the regular expression for following #includes. * * cmIncludeRegularExpressionCommand is used to specify the regular expression - * used by cmMakeDepend to determine whether to follow a #include file in - * dependency checking. + * that determines whether to follow a #include file in dependency checking. */ class cmIncludeRegularExpressionCommand : public cmCommand { diff --git a/Source/cmLocalUnixMakefileGenerator3.h b/Source/cmLocalUnixMakefileGenerator3.h index 243b9b199..8f9bef712 100644 --- a/Source/cmLocalUnixMakefileGenerator3.h +++ b/Source/cmLocalUnixMakefileGenerator3.h @@ -22,7 +22,6 @@ class cmCustomCommand; class cmDependInformation; class cmDepends; -class cmMakeDepend; class cmMakefileTargetGenerator; class cmTarget; class cmSourceFile; diff --git a/Source/cmLocalVisualStudio6Generator.h b/Source/cmLocalVisualStudio6Generator.h index c371f20cb..97d45d4a9 100644 --- a/Source/cmLocalVisualStudio6Generator.h +++ b/Source/cmLocalVisualStudio6Generator.h @@ -19,7 +19,6 @@ #include "cmLocalVisualStudioGenerator.h" -class cmMakeDepend; class cmTarget; class cmSourceFile; class cmSourceGroup; diff --git a/Source/cmLocalVisualStudio7Generator.h b/Source/cmLocalVisualStudio7Generator.h index e5b9d5ecc..2c3c365c6 100644 --- a/Source/cmLocalVisualStudio7Generator.h +++ b/Source/cmLocalVisualStudio7Generator.h @@ -19,7 +19,6 @@ #include "cmLocalVisualStudioGenerator.h" -class cmMakeDepend; class cmTarget; class cmSourceFile; class cmCustomCommand; diff --git a/Source/cmMakefileTargetGenerator.h b/Source/cmMakefileTargetGenerator.h index 58d7cd0de..9b46f69d2 100644 --- a/Source/cmMakefileTargetGenerator.h +++ b/Source/cmMakefileTargetGenerator.h @@ -25,7 +25,6 @@ class cmDepends; class cmGeneratedFileStream; class cmGlobalUnixMakefileGenerator3; class cmLocalUnixMakefileGenerator3; -class cmMakeDepend; class cmMakefile; class cmTarget; class cmSourceFile;