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.
*
* 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
{

View File

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

View File

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

View File

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

View File

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