mirror of
https://github.com/reactos/CMake.git
synced 2025-02-17 10:10:19 +00:00
STYLE: Removed unused reference to cmMakeDepend.
This commit is contained in:
parent
28e94533dd
commit
dfb79bea23
@ -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
|
||||
{
|
||||
|
@ -22,7 +22,6 @@
|
||||
class cmCustomCommand;
|
||||
class cmDependInformation;
|
||||
class cmDepends;
|
||||
class cmMakeDepend;
|
||||
class cmMakefileTargetGenerator;
|
||||
class cmTarget;
|
||||
class cmSourceFile;
|
||||
|
@ -19,7 +19,6 @@
|
||||
|
||||
#include "cmLocalVisualStudioGenerator.h"
|
||||
|
||||
class cmMakeDepend;
|
||||
class cmTarget;
|
||||
class cmSourceFile;
|
||||
class cmSourceGroup;
|
||||
|
@ -19,7 +19,6 @@
|
||||
|
||||
#include "cmLocalVisualStudioGenerator.h"
|
||||
|
||||
class cmMakeDepend;
|
||||
class cmTarget;
|
||||
class cmSourceFile;
|
||||
class cmCustomCommand;
|
||||
|
@ -25,7 +25,6 @@ class cmDepends;
|
||||
class cmGeneratedFileStream;
|
||||
class cmGlobalUnixMakefileGenerator3;
|
||||
class cmLocalUnixMakefileGenerator3;
|
||||
class cmMakeDepend;
|
||||
class cmMakefile;
|
||||
class cmTarget;
|
||||
class cmSourceFile;
|
||||
|
Loading…
x
Reference in New Issue
Block a user