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
7ddb4086
Commit
7ddb4086
authored
Sep 27, 2002
by
Ken Martin
Browse files
removed some includes
parent
eb6bba34
Changes
23
Hide whitespace changes
Inline
Side-by-side
Source/cmAbstractFilesCommand.cxx
View file @
7ddb4086
...
...
@@ -15,6 +15,8 @@
=========================================================================*/
#include "cmAbstractFilesCommand.h"
#include "cmMakefile.h"
#include "cmSourceFile.h"
// cmAbstractFilesCommand
bool
cmAbstractFilesCommand
::
InitialPass
(
std
::
vector
<
std
::
string
>
const
&
argsIn
)
...
...
Source/cmAddDependenciesCommand.cxx
View file @
7ddb4086
...
...
@@ -15,7 +15,6 @@
=========================================================================*/
#include "cmAddDependenciesCommand.h"
#include "cmCacheManager.h"
// cmDependenciesCommand
bool
cmAddDependenciesCommand
::
InitialPass
(
std
::
vector
<
std
::
string
>
const
&
argsIn
)
...
...
Source/cmAddExecutableCommand.cxx
View file @
7ddb4086
...
...
@@ -15,7 +15,6 @@
=========================================================================*/
#include "cmAddExecutableCommand.h"
#include "cmCacheManager.h"
// cmExecutableCommand
bool
cmAddExecutableCommand
::
InitialPass
(
std
::
vector
<
std
::
string
>
const
&
argsIn
)
...
...
Source/cmAddLibraryCommand.cxx
View file @
7ddb4086
...
...
@@ -15,7 +15,6 @@
=========================================================================*/
#include "cmAddLibraryCommand.h"
#include "cmCacheManager.h"
// cmLibraryCommand
bool
cmAddLibraryCommand
::
InitialPass
(
std
::
vector
<
std
::
string
>
const
&
argsIn
)
...
...
Source/cmAddTestCommand.cxx
View file @
7ddb4086
...
...
@@ -15,7 +15,6 @@
=========================================================================*/
#include "cmAddTestCommand.h"
#include "cmCacheManager.h"
// cmExecutableCommand
bool
cmAddTestCommand
::
InitialPass
(
std
::
vector
<
std
::
string
>
const
&
args
)
...
...
Source/cmAuxSourceDirectoryCommand.cxx
View file @
7ddb4086
...
...
@@ -16,6 +16,7 @@
=========================================================================*/
#include "cmAuxSourceDirectoryCommand.h"
#include "cmDirectory.h"
#include "cmSourceFile.h"
// cmAuxSourceDirectoryCommand
bool
cmAuxSourceDirectoryCommand
::
InitialPass
(
std
::
vector
<
std
::
string
>
const
&
args
)
...
...
Source/cmCommand.h
View file @
7ddb4086
...
...
@@ -18,7 +18,7 @@
#define cmCommand_h
#include "cmStandardIncludes.h"
#include "
cmMakefile
.h"
class
cmMakefile
;
/** \class cmCommand
* \brief Superclass for all commands in CMake.
...
...
Source/cmCreateTestSourceList.cxx
View file @
7ddb4086
...
...
@@ -15,7 +15,7 @@
=========================================================================*/
#include "cmCreateTestSourceList.h"
#include "cmSourceFile.h"
// cmCreateTestSourceList
bool
cmCreateTestSourceList
::
InitialPass
(
std
::
vector
<
std
::
string
>
const
&
argsIn
)
...
...
Source/cmElseCommand.cxx
View file @
7ddb4086
...
...
@@ -15,7 +15,6 @@
=========================================================================*/
#include "cmElseCommand.h"
#include "cmCacheManager.h"
bool
cmElseCommand
::
InitialPass
(
std
::
vector
<
std
::
string
>
const
&
)
{
...
...
Source/cmEnableTestingCommand.cxx
View file @
7ddb4086
...
...
@@ -15,7 +15,6 @@
=========================================================================*/
#include "cmEnableTestingCommand.h"
#include "cmCacheManager.h"
// we do this in the final pass so that we now the subdirs have all
// been defined
...
...
Source/cmEndForEachCommand.cxx
View file @
7ddb4086
...
...
@@ -15,7 +15,6 @@
=========================================================================*/
#include "cmEndForEachCommand.h"
#include "cmCacheManager.h"
bool
cmEndForEachCommand
::
InitialPass
(
std
::
vector
<
std
::
string
>
const
&
args
)
{
...
...
Source/cmEndIfCommand.cxx
View file @
7ddb4086
...
...
@@ -15,7 +15,6 @@
=========================================================================*/
#include "cmEndIfCommand.h"
#include "cmCacheManager.h"
bool
cmEndIfCommand
::
InitialPass
(
std
::
vector
<
std
::
string
>
const
&
)
{
...
...
Source/cmForEachCommand.cxx
View file @
7ddb4086
...
...
@@ -15,7 +15,6 @@
=========================================================================*/
#include "cmForEachCommand.h"
#include "cmCacheManager.h"
bool
cmForEachFunctionBlocker
::
IsFunctionBlocked
(
const
char
*
name
,
const
std
::
vector
<
std
::
string
>
&
args
,
...
...
Source/cmIfCommand.cxx
View file @
7ddb4086
...
...
@@ -15,7 +15,6 @@
=========================================================================*/
#include "cmIfCommand.h"
#include "cmCacheManager.h"
bool
cmIfFunctionBlocker
::
IsFunctionBlocked
(
const
char
*
name
,
const
std
::
vector
<
std
::
string
>
&
args
,
...
...
Source/cmIncludeDirectoryCommand.cxx
View file @
7ddb4086
...
...
@@ -15,7 +15,7 @@
=========================================================================*/
#include "cmIncludeDirectoryCommand.h"
#include "cmCacheManager.h"
// cmIncludeDirectoryCommand
bool
cmIncludeDirectoryCommand
::
InitialPass
(
std
::
vector
<
std
::
string
>
const
&
argsIn
)
{
...
...
Source/cmInstallFilesCommand.cxx
View file @
7ddb4086
...
...
@@ -15,7 +15,6 @@
=========================================================================*/
#include "cmInstallFilesCommand.h"
#include "cmCacheManager.h"
// cmExecutableCommand
bool
cmInstallFilesCommand
::
InitialPass
(
std
::
vector
<
std
::
string
>
const
&
argsIn
)
...
...
Source/cmInstallProgramsCommand.cxx
View file @
7ddb4086
...
...
@@ -15,7 +15,6 @@
=========================================================================*/
#include "cmInstallProgramsCommand.h"
#include "cmCacheManager.h"
// cmExecutableCommand
bool
cmInstallProgramsCommand
::
InitialPass
(
std
::
vector
<
std
::
string
>
const
&
argsIn
)
...
...
Source/cmInstallTargetsCommand.cxx
View file @
7ddb4086
...
...
@@ -15,7 +15,6 @@
=========================================================================*/
#include "cmInstallTargetsCommand.h"
#include "cmCacheManager.h"
// cmExecutableCommand
bool
cmInstallTargetsCommand
::
InitialPass
(
std
::
vector
<
std
::
string
>
const
&
argsIn
)
...
...
Source/cmMacroCommand.cxx
View file @
7ddb4086
...
...
@@ -15,7 +15,6 @@
=========================================================================*/
#include "cmMacroCommand.h"
#include "cmCacheManager.h"
bool
cmMacroFunctionBlocker
::
IsFunctionBlocked
(
const
char
*
name
,
const
std
::
vector
<
std
::
string
>
&
args
,
...
...
Source/cmMessageCommand.cxx
View file @
7ddb4086
...
...
@@ -15,7 +15,6 @@
=========================================================================*/
#include "cmMessageCommand.h"
#include "cmCacheManager.h"
// cmLibraryCommand
bool
cmMessageCommand
::
InitialPass
(
std
::
vector
<
std
::
string
>
const
&
argsIn
)
...
...
Prev
1
2
Next
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