diff options
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmIncludeRegularExpressionCommand.h | 3 | ||||
-rw-r--r-- | Source/cmLocalUnixMakefileGenerator3.h | 1 | ||||
-rw-r--r-- | Source/cmLocalVisualStudio6Generator.h | 1 | ||||
-rw-r--r-- | Source/cmLocalVisualStudio7Generator.h | 1 | ||||
-rw-r--r-- | Source/cmMakefileTargetGenerator.h | 1 |
5 files changed, 1 insertions, 6 deletions
diff --git a/Source/cmIncludeRegularExpressionCommand.h b/Source/cmIncludeRegularExpressionCommand.h index 7b31dc8..0c160d6 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 243b9b1..8f9bef7 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 c371f20..97d45d4 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 e5b9d5e..2c3c365 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 58d7cd0..9b46f69 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; |