mirror of
https://github.com/reactos/CMake.git
synced 2024-11-23 19:49:51 +00:00
removed redundent includes
This commit is contained in:
parent
cc8aa74ec4
commit
072db6ad70
@ -17,7 +17,6 @@
|
||||
#ifndef cmAbstractFilesCommand_h
|
||||
#define cmAbstractFilesCommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
|
||||
class cmAbstractFilesCommand : public cmCommand
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmAddCustomCommandCommand_h
|
||||
#define cmAddCustomCommandCommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
|
||||
/** \class cmAddCustomCommandCommand
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmAddCustomTargetCommand_h
|
||||
#define cmAddCustomTargetCommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
|
||||
/** \class cmAddCustomTargetCommand
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmAddDefinitionsCommand_h
|
||||
#define cmAddDefinitionsCommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
|
||||
/** \class cmAddDefinitionsCommand
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmDependenciessCommand_h
|
||||
#define cmDependenciessCommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
|
||||
/** \class cmAddDependenciesCommand
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmExecutablesCommand_h
|
||||
#define cmExecutablesCommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
|
||||
/** \class cmExecutablesCommand
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmLibrarysCommand_h
|
||||
#define cmLibrarysCommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
|
||||
/** \class cmLibrarysCommand
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmAddTestCommand_h
|
||||
#define cmAddTestCommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
|
||||
/** \class cmAddTestCommand
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmAuxSourceDirectoryCommand_h
|
||||
#define cmAuxSourceDirectoryCommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
|
||||
/** \class cmAuxSourceDirectoryCommand
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmBuildCommand_h
|
||||
#define cmBuildCommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
|
||||
/** \class cmBuildCommand
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmBuildNameCommand_h
|
||||
#define cmBuildNameCommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
|
||||
/** \class cmBuildNameCommand
|
||||
|
@ -15,7 +15,6 @@
|
||||
|
||||
=========================================================================*/
|
||||
#include "cmCMakeMinimumRequired.h"
|
||||
#include "stdio.h"
|
||||
|
||||
// cmCMakeMinimumRequired
|
||||
bool cmCMakeMinimumRequired::InitialPass(std::vector<std::string> const& args)
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmCMakeMinimumRequired_h
|
||||
#define cmCMakeMinimumRequired_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
|
||||
/** \class cmCMakeMinimumRequired
|
||||
|
@ -28,7 +28,6 @@
|
||||
#include <cmsys/Base64.h>
|
||||
|
||||
#include <stdlib.h> // required for atoi
|
||||
#include <stdio.h>
|
||||
#include <time.h>
|
||||
#include <math.h>
|
||||
#include <float.h>
|
||||
|
@ -19,7 +19,6 @@
|
||||
#include "cmSystemTools.h"
|
||||
#include "cmCacheManager.h"
|
||||
#include "cmMakefile.h"
|
||||
#include "stdio.h"
|
||||
|
||||
#include <cmsys/RegularExpression.hxx>
|
||||
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmCommand_h
|
||||
#define cmCommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmListFileCache.h"
|
||||
#include "cmMakefile.h"
|
||||
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmConfigureFileCommand_h
|
||||
#define cmConfigureFileCommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
|
||||
class cmConfigureFileCommand : public cmCommand
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmCreateTestSourceList_h
|
||||
#define cmCreateTestSourceList_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
|
||||
/** \class cmCreateTestSourceList
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmEnableTestingCommand_h
|
||||
#define cmEnableTestingCommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
|
||||
/** \class cmEnableTestingCommand
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmEndForEachCommand_h
|
||||
#define cmEndForEachCommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
|
||||
/** \class cmEndForEachCommand
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmExecProgramCommand_h
|
||||
#define cmExecProgramCommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
|
||||
/** \class cmExecProgramCommand
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmExportLibraryDependenciesCommand_h
|
||||
#define cmExportLibraryDependenciesCommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
|
||||
/** \class cmExportLibraryDependenciesCommand
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmFLTKWrapUICommand_h
|
||||
#define cmFLTKWrapUICommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
|
||||
/** \class cmFLTKWrapUICommand
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmFileCommand_h
|
||||
#define cmFileCommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
|
||||
/** \class cmFileCommand
|
||||
|
@ -17,7 +17,6 @@
|
||||
#include "cmFindFileCommand.h"
|
||||
#include "cmCacheManager.h"
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
||||
|
||||
// cmFindFileCommand
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmFindFileCommand_h
|
||||
#define cmFindFileCommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
|
||||
/** \class cmFindFileCommand
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmFindLibraryCommand_h
|
||||
#define cmFindLibraryCommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
|
||||
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmFindPackageCommand_h
|
||||
#define cmFindPackageCommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
|
||||
/** \class cmFindPackageCommand
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmFindPathCommand_h
|
||||
#define cmFindPathCommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
|
||||
|
||||
|
@ -17,7 +17,6 @@
|
||||
#include "cmFindProgramCommand.h"
|
||||
#include "cmCacheManager.h"
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
||||
|
||||
// cmFindProgramCommand
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmFindProgramCommand_h
|
||||
#define cmFindProgramCommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
|
||||
/** \class cmFindProgramCommand
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmForEachCommand_h
|
||||
#define cmForEachCommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
#include "cmFunctionBlocker.h"
|
||||
#include "cmListFileCache.h"
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmGetCMakePropertyCommand_h
|
||||
#define cmGetCMakePropertyCommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
|
||||
class cmGetCMakePropertyCommand : public cmCommand
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmGetSourceFilePropertyCommand_h
|
||||
#define cmGetSourceFilePropertyCommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
|
||||
class cmGetSourceFilePropertyCommand : public cmCommand
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmGetTargetPropertyCommand_h
|
||||
#define cmGetTargetPropertyCommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
|
||||
class cmGetTargetPropertyCommand : public cmCommand
|
||||
|
@ -20,7 +20,6 @@
|
||||
#include <cmsys/RegularExpression.hxx>
|
||||
#include <cmsys/SystemTools.hxx>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <ctype.h>
|
||||
|
||||
#if defined( _WIN32 ) || defined( APPLE ) || defined( __CYGWIN__ )
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmITKWrapTclCommand_h
|
||||
#define cmITKWrapTclCommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
class cmDependInformation;
|
||||
class cmMakeDepend;
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmIfCommand_h
|
||||
#define cmIfCommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
#include "cmFunctionBlocker.h"
|
||||
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmIncludeCommand_h
|
||||
#define cmIncludeCommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
|
||||
/** \class cmIncludeCommand
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmIncludeDirectoryCommand_h
|
||||
#define cmIncludeDirectoryCommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
|
||||
/** \class cmIncludeDirectoryCommand
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmIncludeExternalMSProjectCommand_h
|
||||
#define cmIncludeExternalMSProjectCommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
|
||||
/** \class cmIncludeExternalMSProjectCommand
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmIncludeRegularExpressionCommand_h
|
||||
#define cmIncludeRegularExpressionCommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
|
||||
/** \class cmIncludeRegularExpressionCommand
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmInstallFilesCommand_h
|
||||
#define cmInstallFilesCommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
|
||||
/** \class cmInstallFilesCommand
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmInstallProgramsCommand_h
|
||||
#define cmInstallProgramsCommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
|
||||
/** \class cmInstallProgramsCommand
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmInstallTargetsCommand_h
|
||||
#define cmInstallTargetsCommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
|
||||
/** \class cmInstallTargetsCommand
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmLinkDirectoriesCommand_h
|
||||
#define cmLinkDirectoriesCommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
|
||||
/** \class cmLinkDirectoriesCommand
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmLinkLibrariesCommand_h
|
||||
#define cmLinkLibrariesCommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
|
||||
/** \class cmLinkLibrariesCommand
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmLoadCommandCommand_h
|
||||
#define cmLoadCommandCommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
|
||||
/** \class cmLoadCommandCommand
|
||||
|
@ -24,7 +24,6 @@
|
||||
#include "cmGeneratedFileStream.h"
|
||||
|
||||
#include <cmsys/RegularExpression.hxx>
|
||||
#include <stdio.h>
|
||||
|
||||
cmLocalUnixMakefileGenerator::cmLocalUnixMakefileGenerator()
|
||||
{
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmMacroCommand_h
|
||||
#define cmMacroCommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
#include "cmFunctionBlocker.h"
|
||||
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmMakeDirectoryCommand_h
|
||||
#define cmMakeDirectoryCommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
|
||||
/** \class cmMakeDirectoryCommand
|
||||
|
@ -26,7 +26,6 @@
|
||||
#include "cmListFileCache.h"
|
||||
#include "cmVariableWatch.h"
|
||||
#include "cmake.h"
|
||||
#include <stdio.h> // required for sprintf
|
||||
#include <stdlib.h> // required for atoi
|
||||
|
||||
#include <cmsys/RegularExpression.hxx>
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmMakefile_h
|
||||
#define cmMakefile_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmData.h"
|
||||
#include "cmSystemTools.h"
|
||||
#include "cmSourceGroup.h"
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmMarkAsAdvancedCommand_h
|
||||
#define cmMarkAsAdvancedCommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
|
||||
/** \class cmMarkAsAdvancedCommand
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmMessageCommand_h
|
||||
#define cmMessageCommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
|
||||
/** \class cmMessageCommand
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmOptionCommand_h
|
||||
#define cmOptionCommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
|
||||
/** \class cmOptionCommand
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmOutputRequiredFilesCommand_h
|
||||
#define cmOutputRequiredFilesCommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
|
||||
/** \class cmOutputRequiredFilesCommand
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmProjectCommand_h
|
||||
#define cmProjectCommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
|
||||
/** \class cmProjectCommand
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmQTWrapCPPCommand_h
|
||||
#define cmQTWrapCPPCommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
|
||||
/** \class cmQTWrapCPPCommand
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmQTWrapUICommand_h
|
||||
#define cmQTWrapUICommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
|
||||
/** \class cmQTWrapUICommand
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmRemoveCommand_h
|
||||
#define cmRemoveCommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
|
||||
/** \class cmRemoveCommand
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmSeparateArgumentsCommand_h
|
||||
#define cmSeparateArgumentsCommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
|
||||
/** \class cmSeparateArgumentsCommand
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmSetCommand_h
|
||||
#define cmSetCommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
|
||||
/** \class cmSetCommand
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmSetSourceFilesPropertiesCommand_h
|
||||
#define cmSetSourceFilesPropertiesCommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
|
||||
class cmSetSourceFilesPropertiesCommand : public cmCommand
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmSetTargetsPropertiesCommand_h
|
||||
#define cmSetTargetsPropertiesCommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
|
||||
class cmSetTargetPropertiesCommand : public cmCommand
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmSiteNameCommand_h
|
||||
#define cmSiteNameCommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
|
||||
/** \class cmSiteNameCommand
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmSourceFile_h
|
||||
#define cmSourceFile_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCustomCommand.h"
|
||||
|
||||
/** \class cmSourceFile
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmSourceFilesCommand_h
|
||||
#define cmSourceFilesCommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
|
||||
/** \class cmSourceFilesCommand
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmSourceFilesRemoveCommand_h
|
||||
#define cmSourceFilesRemoveCommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
|
||||
/** \class cmSourceFilesRemoveCommand
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmSourceGroupCommand_h
|
||||
#define cmSourceGroupCommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
|
||||
/** \class cmSourceGroupCommand
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmStringCommand_h
|
||||
#define cmStringCommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
|
||||
/** \class cmStringCommand
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmSubdirCommand_h
|
||||
#define cmSubdirCommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
|
||||
/** \class cmSubdirCommand
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmSubdirDependsCommand_h
|
||||
#define cmSubdirDependsCommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
|
||||
/** \class cmSubdirDependsCommand
|
||||
|
@ -15,7 +15,6 @@
|
||||
|
||||
=========================================================================*/
|
||||
#include "cmSystemTools.h"
|
||||
#include <stdio.h>
|
||||
#include <ctype.h>
|
||||
#include <errno.h>
|
||||
#include <time.h>
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmTarget_h
|
||||
#define cmTarget_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCustomCommand.h"
|
||||
class cmSourceFile;
|
||||
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmTargetLinkLibrariesCommand_h
|
||||
#define cmTargetLinkLibrariesCommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
|
||||
/** \class cmTargetLinkLibrariesCommand
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmTryCompileCommand_h
|
||||
#define cmTryCompileCommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
|
||||
/** \class cmTryCompileCommand
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmTryRunCommand_h
|
||||
#define cmTryRunCommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
|
||||
/** \class cmTryRunCommand
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmUseMangledMesaCommand_h
|
||||
#define cmUseMangledMesaCommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
|
||||
/** \class cmUseMangledMesaCommand
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmUtilitySourceCommand_h
|
||||
#define cmUtilitySourceCommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
|
||||
/** \class cmUtilitySourceCommand
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmVTKMakeInstantiatorCommand_h
|
||||
#define cmVTKMakeInstantiatorCommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
|
||||
/** \class cmVTKMakeInstantiatorCommand
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmVTKWrapJavaCommand_h
|
||||
#define cmVTKWrapJavaCommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
|
||||
/** \class cmVTKWrapJavaCommand
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmVTKWrapPythonCommand_h
|
||||
#define cmVTKWrapPythonCommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
|
||||
/** \class cmVTKWrapPythonCommand
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmVTKWrapTclCommand_h
|
||||
#define cmVTKWrapTclCommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
|
||||
/** \class cmVTKWrapTclCommand
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmVariableRequiresCommand_h
|
||||
#define cmVariableRequiresCommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
|
||||
/** \class cmVariableRequiresCommand
|
||||
|
@ -21,7 +21,6 @@
|
||||
#include <malloc.h>
|
||||
#include <io.h>
|
||||
#include <fcntl.h>
|
||||
#include <stdio.h>
|
||||
#include <sys/stat.h>
|
||||
#include <windows.h>
|
||||
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmWrapExcludeFilesCommand_h
|
||||
#define cmWrapExcludeFilesCommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
|
||||
class cmWrapExcludeFilesCommand : public cmCommand
|
||||
|
@ -17,7 +17,6 @@
|
||||
#ifndef cmWriteFileCommand_h
|
||||
#define cmWriteFileCommand_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmCommand.h"
|
||||
|
||||
/** \class cmWriteFileCommand
|
||||
|
@ -35,7 +35,6 @@
|
||||
#include "cmGlobalUnixMakefileGenerator.h"
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h> // required for atoi
|
||||
|
||||
#ifdef __APPLE__
|
||||
|
@ -37,7 +37,6 @@
|
||||
//
|
||||
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
#include "cmSystemTools.h"
|
||||
|
||||
class cmGlobalGenerator;
|
||||
|
@ -18,11 +18,6 @@
|
||||
#include "cmake.h"
|
||||
#include "cmCacheManager.h"
|
||||
|
||||
|
||||
// On Mac OSX getline looks like it is broken, so we have to use
|
||||
// fgets. This is why we are including stdio.h.
|
||||
#include <stdio.h>
|
||||
|
||||
cmakewizard::cmakewizard()
|
||||
{
|
||||
m_ShowAdvanced = false;
|
||||
|
@ -17,7 +17,6 @@
|
||||
|
||||
|
||||
#include "cmMakefile.h"
|
||||
#include "cmStandardIncludes.h"
|
||||
|
||||
class cmakewizard
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user