Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
dfb79bea
Commit
dfb79bea
authored
Jun 11, 2007
by
Brad King
Browse files
STYLE: Removed unused reference to cmMakeDepend.
parent
28e94533
Changes
5
Hide whitespace changes
Inline
Side-by-side
Source/cmIncludeRegularExpressionCommand.h
View file @
dfb79bea
...
...
@@ -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
{
...
...
Source/cmLocalUnixMakefileGenerator3.h
View file @
dfb79bea
...
...
@@ -22,7 +22,6 @@
class
cmCustomCommand
;
class
cmDependInformation
;
class
cmDepends
;
class
cmMakeDepend
;
class
cmMakefileTargetGenerator
;
class
cmTarget
;
class
cmSourceFile
;
...
...
Source/cmLocalVisualStudio6Generator.h
View file @
dfb79bea
...
...
@@ -19,7 +19,6 @@
#include
"cmLocalVisualStudioGenerator.h"
class
cmMakeDepend
;
class
cmTarget
;
class
cmSourceFile
;
class
cmSourceGroup
;
...
...
Source/cmLocalVisualStudio7Generator.h
View file @
dfb79bea
...
...
@@ -19,7 +19,6 @@
#include
"cmLocalVisualStudioGenerator.h"
class
cmMakeDepend
;
class
cmTarget
;
class
cmSourceFile
;
class
cmCustomCommand
;
...
...
Source/cmMakefileTargetGenerator.h
View file @
dfb79bea
...
...
@@ -25,7 +25,6 @@ class cmDepends;
class
cmGeneratedFileStream
;
class
cmGlobalUnixMakefileGenerator3
;
class
cmLocalUnixMakefileGenerator3
;
class
cmMakeDepend
;
class
cmMakefile
;
class
cmTarget
;
class
cmSourceFile
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment