STYLE: Removed unused reference to cmMakeDepend.

This commit is contained in:
Brad King 2007-06-11 12:40:41 -04:00
parent 28e94533dd
commit dfb79bea23
5 changed files with 1 additions and 6 deletions

View File

@ -23,8 +23,7 @@
* \brief Set the regular expression for following #includes. * \brief Set the regular expression for following #includes.
* *
* cmIncludeRegularExpressionCommand is used to specify the regular expression * cmIncludeRegularExpressionCommand is used to specify the regular expression
* used by cmMakeDepend to determine whether to follow a #include file in * that determines whether to follow a #include file in dependency checking.
* dependency checking.
*/ */
class cmIncludeRegularExpressionCommand : public cmCommand class cmIncludeRegularExpressionCommand : public cmCommand
{ {

View File

@ -22,7 +22,6 @@
class cmCustomCommand; class cmCustomCommand;
class cmDependInformation; class cmDependInformation;
class cmDepends; class cmDepends;
class cmMakeDepend;
class cmMakefileTargetGenerator; class cmMakefileTargetGenerator;
class cmTarget; class cmTarget;
class cmSourceFile; class cmSourceFile;

View File

@ -19,7 +19,6 @@
#include "cmLocalVisualStudioGenerator.h" #include "cmLocalVisualStudioGenerator.h"
class cmMakeDepend;
class cmTarget; class cmTarget;
class cmSourceFile; class cmSourceFile;
class cmSourceGroup; class cmSourceGroup;

View File

@ -19,7 +19,6 @@
#include "cmLocalVisualStudioGenerator.h" #include "cmLocalVisualStudioGenerator.h"
class cmMakeDepend;
class cmTarget; class cmTarget;
class cmSourceFile; class cmSourceFile;
class cmCustomCommand; class cmCustomCommand;

View File

@ -25,7 +25,6 @@ class cmDepends;
class cmGeneratedFileStream; class cmGeneratedFileStream;
class cmGlobalUnixMakefileGenerator3; class cmGlobalUnixMakefileGenerator3;
class cmLocalUnixMakefileGenerator3; class cmLocalUnixMakefileGenerator3;
class cmMakeDepend;
class cmMakefile; class cmMakefile;
class cmTarget; class cmTarget;
class cmSourceFile; class cmSourceFile;