ENH: Cleanups
This commit is contained in:
parent
51516613e8
commit
2ccce878a3
|
@ -22,6 +22,8 @@
|
|||
#include "cmMakefile.h"
|
||||
#include "cmCPluginAPI.h"
|
||||
|
||||
#include "cmSourceFile.h"
|
||||
|
||||
extern "C"
|
||||
{
|
||||
|
||||
|
|
|
@ -16,6 +16,8 @@
|
|||
=========================================================================*/
|
||||
#include "cmFLTKWrapUICommand.h"
|
||||
|
||||
#include "cmSourceFile.h"
|
||||
|
||||
// cmFLTKWrapUICommand
|
||||
bool cmFLTKWrapUICommand::InitialPass(std::vector<std::string> const& args)
|
||||
{
|
||||
|
|
|
@ -16,6 +16,8 @@
|
|||
=========================================================================*/
|
||||
#include "cmGetCMakePropertyCommand.h"
|
||||
|
||||
#include "cmake.h"
|
||||
|
||||
// cmGetCMakePropertyCommand
|
||||
bool cmGetCMakePropertyCommand::InitialPass(
|
||||
std::vector<std::string> const& args)
|
||||
|
|
|
@ -16,6 +16,8 @@
|
|||
=========================================================================*/
|
||||
#include "cmGetSourceFilePropertyCommand.h"
|
||||
|
||||
#include "cmSourceFile.h"
|
||||
|
||||
// cmSetSourceFilePropertyCommand
|
||||
bool cmGetSourceFilePropertyCommand::InitialPass(
|
||||
std::vector<std::string> const& args)
|
||||
|
|
|
@ -17,6 +17,8 @@
|
|||
#ifndef cmLoadCacheCommand_h
|
||||
#define cmLoadCacheCommand_h
|
||||
|
||||
#include "cmCommand.h"
|
||||
|
||||
/** \class cmLoadCacheCommand
|
||||
* \brief load a cache file
|
||||
*
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
#define cmOutputRequiredFilesCommand_h
|
||||
|
||||
#include "cmCommand.h"
|
||||
#include "cmMakeDepend.h"
|
||||
|
||||
/** \class cmOutputRequiredFilesCommand
|
||||
* \brief Output a list of required files for a source file
|
||||
|
|
|
@ -19,6 +19,8 @@
|
|||
|
||||
#include "cmCommand.h"
|
||||
|
||||
#include "cmSourceFile.h"
|
||||
|
||||
/** \class cmQTWrapCPPCommand
|
||||
* \brief Create moc file rules for QT classes
|
||||
*
|
||||
|
|
|
@ -19,6 +19,8 @@
|
|||
|
||||
#include "cmCommand.h"
|
||||
|
||||
#include "cmSourceFile.h"
|
||||
|
||||
/** \class cmQTWrapUICommand
|
||||
* \brief Create .h and .cxx files rules for QT user interfaces files
|
||||
*
|
||||
|
|
|
@ -16,6 +16,8 @@
|
|||
=========================================================================*/
|
||||
#include "cmSetSourceFilesPropertiesCommand.h"
|
||||
|
||||
#include "cmSourceFile.h"
|
||||
|
||||
// cmSetSourceFilesPropertiesCommand
|
||||
bool cmSetSourceFilesPropertiesCommand::InitialPass(
|
||||
std::vector<std::string> const& args)
|
||||
|
|
|
@ -15,6 +15,9 @@
|
|||
|
||||
=========================================================================*/
|
||||
#include "cmSourceFilesCommand.h"
|
||||
|
||||
#include "cmSourceFile.h"
|
||||
|
||||
#include <stdlib.h> // required for atof
|
||||
|
||||
bool cmSourceFilesCommand::IsDeprecated(int major, int minor)
|
||||
|
|
|
@ -19,6 +19,8 @@
|
|||
|
||||
#include "cmCommand.h"
|
||||
|
||||
#include "cmSourceFile.h"
|
||||
|
||||
/** \class cmUseMangledMesaCommand
|
||||
* \brief Create Tcl Wrappers for VTK classes.
|
||||
*
|
||||
|
|
|
@ -15,8 +15,10 @@
|
|||
|
||||
=========================================================================*/
|
||||
#include "cmVTKMakeInstantiatorCommand.h"
|
||||
|
||||
#include "cmCacheManager.h"
|
||||
#include "cmGeneratedFileStream.h"
|
||||
#include "cmSourceFile.h"
|
||||
|
||||
bool
|
||||
cmVTKMakeInstantiatorCommand
|
||||
|
|
|
@ -19,6 +19,8 @@
|
|||
|
||||
#include "cmCommand.h"
|
||||
|
||||
#include "cmSourceFile.h"
|
||||
|
||||
/** \class cmVTKWrapJavaCommand
|
||||
* \brief Create Java Language bindings for classes
|
||||
*
|
||||
|
|
|
@ -19,6 +19,8 @@
|
|||
|
||||
#include "cmCommand.h"
|
||||
|
||||
#include "cmSourceFile.h"
|
||||
|
||||
/** \class cmVTKWrapPythonCommand
|
||||
* \brief Create Python Language bindings for classes
|
||||
*
|
||||
|
|
|
@ -19,6 +19,8 @@
|
|||
|
||||
#include "cmCommand.h"
|
||||
|
||||
#include "cmSourceFile.h"
|
||||
|
||||
/** \class cmVTKWrapTclCommand
|
||||
* \brief Create Tcl Wrappers for VTK classes.
|
||||
*
|
||||
|
|
|
@ -15,6 +15,9 @@
|
|||
|
||||
=========================================================================*/
|
||||
#include "cmWrapExcludeFilesCommand.h"
|
||||
|
||||
#include "cmSourceFile.h"
|
||||
|
||||
#include <stdlib.h> // required for atof
|
||||
|
||||
// cmWrapExcludeFilesCommand
|
||||
|
|
Loading…
Reference in New Issue