removed redundent includes

This commit is contained in:
Ken Martin 2003-08-10 18:30:54 -04:00
parent cc8aa74ec4
commit 072db6ad70
92 changed files with 0 additions and 96 deletions

View File

@ -17,7 +17,6 @@
#ifndef cmAbstractFilesCommand_h #ifndef cmAbstractFilesCommand_h
#define cmAbstractFilesCommand_h #define cmAbstractFilesCommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
class cmAbstractFilesCommand : public cmCommand class cmAbstractFilesCommand : public cmCommand

View File

@ -17,7 +17,6 @@
#ifndef cmAddCustomCommandCommand_h #ifndef cmAddCustomCommandCommand_h
#define cmAddCustomCommandCommand_h #define cmAddCustomCommandCommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
/** \class cmAddCustomCommandCommand /** \class cmAddCustomCommandCommand

View File

@ -17,7 +17,6 @@
#ifndef cmAddCustomTargetCommand_h #ifndef cmAddCustomTargetCommand_h
#define cmAddCustomTargetCommand_h #define cmAddCustomTargetCommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
/** \class cmAddCustomTargetCommand /** \class cmAddCustomTargetCommand

View File

@ -17,7 +17,6 @@
#ifndef cmAddDefinitionsCommand_h #ifndef cmAddDefinitionsCommand_h
#define cmAddDefinitionsCommand_h #define cmAddDefinitionsCommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
/** \class cmAddDefinitionsCommand /** \class cmAddDefinitionsCommand

View File

@ -17,7 +17,6 @@
#ifndef cmDependenciessCommand_h #ifndef cmDependenciessCommand_h
#define cmDependenciessCommand_h #define cmDependenciessCommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
/** \class cmAddDependenciesCommand /** \class cmAddDependenciesCommand

View File

@ -17,7 +17,6 @@
#ifndef cmExecutablesCommand_h #ifndef cmExecutablesCommand_h
#define cmExecutablesCommand_h #define cmExecutablesCommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
/** \class cmExecutablesCommand /** \class cmExecutablesCommand

View File

@ -17,7 +17,6 @@
#ifndef cmLibrarysCommand_h #ifndef cmLibrarysCommand_h
#define cmLibrarysCommand_h #define cmLibrarysCommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
/** \class cmLibrarysCommand /** \class cmLibrarysCommand

View File

@ -17,7 +17,6 @@
#ifndef cmAddTestCommand_h #ifndef cmAddTestCommand_h
#define cmAddTestCommand_h #define cmAddTestCommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
/** \class cmAddTestCommand /** \class cmAddTestCommand

View File

@ -17,7 +17,6 @@
#ifndef cmAuxSourceDirectoryCommand_h #ifndef cmAuxSourceDirectoryCommand_h
#define cmAuxSourceDirectoryCommand_h #define cmAuxSourceDirectoryCommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
/** \class cmAuxSourceDirectoryCommand /** \class cmAuxSourceDirectoryCommand

View File

@ -17,7 +17,6 @@
#ifndef cmBuildCommand_h #ifndef cmBuildCommand_h
#define cmBuildCommand_h #define cmBuildCommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
/** \class cmBuildCommand /** \class cmBuildCommand

View File

@ -17,7 +17,6 @@
#ifndef cmBuildNameCommand_h #ifndef cmBuildNameCommand_h
#define cmBuildNameCommand_h #define cmBuildNameCommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
/** \class cmBuildNameCommand /** \class cmBuildNameCommand

View File

@ -15,7 +15,6 @@
=========================================================================*/ =========================================================================*/
#include "cmCMakeMinimumRequired.h" #include "cmCMakeMinimumRequired.h"
#include "stdio.h"
// cmCMakeMinimumRequired // cmCMakeMinimumRequired
bool cmCMakeMinimumRequired::InitialPass(std::vector<std::string> const& args) bool cmCMakeMinimumRequired::InitialPass(std::vector<std::string> const& args)

View File

@ -17,7 +17,6 @@
#ifndef cmCMakeMinimumRequired_h #ifndef cmCMakeMinimumRequired_h
#define cmCMakeMinimumRequired_h #define cmCMakeMinimumRequired_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
/** \class cmCMakeMinimumRequired /** \class cmCMakeMinimumRequired

View File

@ -28,7 +28,6 @@
#include <cmsys/Base64.h> #include <cmsys/Base64.h>
#include <stdlib.h> // required for atoi #include <stdlib.h> // required for atoi
#include <stdio.h>
#include <time.h> #include <time.h>
#include <math.h> #include <math.h>
#include <float.h> #include <float.h>

View File

@ -19,7 +19,6 @@
#include "cmSystemTools.h" #include "cmSystemTools.h"
#include "cmCacheManager.h" #include "cmCacheManager.h"
#include "cmMakefile.h" #include "cmMakefile.h"
#include "stdio.h"
#include <cmsys/RegularExpression.hxx> #include <cmsys/RegularExpression.hxx>

View File

@ -17,7 +17,6 @@
#ifndef cmCommand_h #ifndef cmCommand_h
#define cmCommand_h #define cmCommand_h
#include "cmStandardIncludes.h"
#include "cmListFileCache.h" #include "cmListFileCache.h"
#include "cmMakefile.h" #include "cmMakefile.h"

View File

@ -17,7 +17,6 @@
#ifndef cmConfigureFileCommand_h #ifndef cmConfigureFileCommand_h
#define cmConfigureFileCommand_h #define cmConfigureFileCommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
class cmConfigureFileCommand : public cmCommand class cmConfigureFileCommand : public cmCommand

View File

@ -17,7 +17,6 @@
#ifndef cmCreateTestSourceList_h #ifndef cmCreateTestSourceList_h
#define cmCreateTestSourceList_h #define cmCreateTestSourceList_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
/** \class cmCreateTestSourceList /** \class cmCreateTestSourceList

View File

@ -17,7 +17,6 @@
#ifndef cmEnableTestingCommand_h #ifndef cmEnableTestingCommand_h
#define cmEnableTestingCommand_h #define cmEnableTestingCommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
/** \class cmEnableTestingCommand /** \class cmEnableTestingCommand

View File

@ -17,7 +17,6 @@
#ifndef cmEndForEachCommand_h #ifndef cmEndForEachCommand_h
#define cmEndForEachCommand_h #define cmEndForEachCommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
/** \class cmEndForEachCommand /** \class cmEndForEachCommand

View File

@ -17,7 +17,6 @@
#ifndef cmExecProgramCommand_h #ifndef cmExecProgramCommand_h
#define cmExecProgramCommand_h #define cmExecProgramCommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
/** \class cmExecProgramCommand /** \class cmExecProgramCommand

View File

@ -17,7 +17,6 @@
#ifndef cmExportLibraryDependenciesCommand_h #ifndef cmExportLibraryDependenciesCommand_h
#define cmExportLibraryDependenciesCommand_h #define cmExportLibraryDependenciesCommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
/** \class cmExportLibraryDependenciesCommand /** \class cmExportLibraryDependenciesCommand

View File

@ -17,7 +17,6 @@
#ifndef cmFLTKWrapUICommand_h #ifndef cmFLTKWrapUICommand_h
#define cmFLTKWrapUICommand_h #define cmFLTKWrapUICommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
/** \class cmFLTKWrapUICommand /** \class cmFLTKWrapUICommand

View File

@ -17,7 +17,6 @@
#ifndef cmFileCommand_h #ifndef cmFileCommand_h
#define cmFileCommand_h #define cmFileCommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
/** \class cmFileCommand /** \class cmFileCommand

View File

@ -17,7 +17,6 @@
#include "cmFindFileCommand.h" #include "cmFindFileCommand.h"
#include "cmCacheManager.h" #include "cmCacheManager.h"
#include <stdlib.h> #include <stdlib.h>
#include <stdio.h>
// cmFindFileCommand // cmFindFileCommand

View File

@ -17,7 +17,6 @@
#ifndef cmFindFileCommand_h #ifndef cmFindFileCommand_h
#define cmFindFileCommand_h #define cmFindFileCommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
/** \class cmFindFileCommand /** \class cmFindFileCommand

View File

@ -17,7 +17,6 @@
#ifndef cmFindLibraryCommand_h #ifndef cmFindLibraryCommand_h
#define cmFindLibraryCommand_h #define cmFindLibraryCommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"

View File

@ -17,7 +17,6 @@
#ifndef cmFindPackageCommand_h #ifndef cmFindPackageCommand_h
#define cmFindPackageCommand_h #define cmFindPackageCommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
/** \class cmFindPackageCommand /** \class cmFindPackageCommand

View File

@ -17,7 +17,6 @@
#ifndef cmFindPathCommand_h #ifndef cmFindPathCommand_h
#define cmFindPathCommand_h #define cmFindPathCommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"

View File

@ -17,7 +17,6 @@
#include "cmFindProgramCommand.h" #include "cmFindProgramCommand.h"
#include "cmCacheManager.h" #include "cmCacheManager.h"
#include <stdlib.h> #include <stdlib.h>
#include <stdio.h>
// cmFindProgramCommand // cmFindProgramCommand

View File

@ -17,7 +17,6 @@
#ifndef cmFindProgramCommand_h #ifndef cmFindProgramCommand_h
#define cmFindProgramCommand_h #define cmFindProgramCommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
/** \class cmFindProgramCommand /** \class cmFindProgramCommand

View File

@ -17,7 +17,6 @@
#ifndef cmForEachCommand_h #ifndef cmForEachCommand_h
#define cmForEachCommand_h #define cmForEachCommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
#include "cmFunctionBlocker.h" #include "cmFunctionBlocker.h"
#include "cmListFileCache.h" #include "cmListFileCache.h"

View File

@ -17,7 +17,6 @@
#ifndef cmGetCMakePropertyCommand_h #ifndef cmGetCMakePropertyCommand_h
#define cmGetCMakePropertyCommand_h #define cmGetCMakePropertyCommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
class cmGetCMakePropertyCommand : public cmCommand class cmGetCMakePropertyCommand : public cmCommand

View File

@ -17,7 +17,6 @@
#ifndef cmGetSourceFilePropertyCommand_h #ifndef cmGetSourceFilePropertyCommand_h
#define cmGetSourceFilePropertyCommand_h #define cmGetSourceFilePropertyCommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
class cmGetSourceFilePropertyCommand : public cmCommand class cmGetSourceFilePropertyCommand : public cmCommand

View File

@ -17,7 +17,6 @@
#ifndef cmGetTargetPropertyCommand_h #ifndef cmGetTargetPropertyCommand_h
#define cmGetTargetPropertyCommand_h #define cmGetTargetPropertyCommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
class cmGetTargetPropertyCommand : public cmCommand class cmGetTargetPropertyCommand : public cmCommand

View File

@ -20,7 +20,6 @@
#include <cmsys/RegularExpression.hxx> #include <cmsys/RegularExpression.hxx>
#include <cmsys/SystemTools.hxx> #include <cmsys/SystemTools.hxx>
#include <stdio.h>
#include <ctype.h> #include <ctype.h>
#if defined( _WIN32 ) || defined( APPLE ) || defined( __CYGWIN__ ) #if defined( _WIN32 ) || defined( APPLE ) || defined( __CYGWIN__ )

View File

@ -17,7 +17,6 @@
#ifndef cmITKWrapTclCommand_h #ifndef cmITKWrapTclCommand_h
#define cmITKWrapTclCommand_h #define cmITKWrapTclCommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
class cmDependInformation; class cmDependInformation;
class cmMakeDepend; class cmMakeDepend;

View File

@ -17,7 +17,6 @@
#ifndef cmIfCommand_h #ifndef cmIfCommand_h
#define cmIfCommand_h #define cmIfCommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
#include "cmFunctionBlocker.h" #include "cmFunctionBlocker.h"

View File

@ -17,7 +17,6 @@
#ifndef cmIncludeCommand_h #ifndef cmIncludeCommand_h
#define cmIncludeCommand_h #define cmIncludeCommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
/** \class cmIncludeCommand /** \class cmIncludeCommand

View File

@ -17,7 +17,6 @@
#ifndef cmIncludeDirectoryCommand_h #ifndef cmIncludeDirectoryCommand_h
#define cmIncludeDirectoryCommand_h #define cmIncludeDirectoryCommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
/** \class cmIncludeDirectoryCommand /** \class cmIncludeDirectoryCommand

View File

@ -17,7 +17,6 @@
#ifndef cmIncludeExternalMSProjectCommand_h #ifndef cmIncludeExternalMSProjectCommand_h
#define cmIncludeExternalMSProjectCommand_h #define cmIncludeExternalMSProjectCommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
/** \class cmIncludeExternalMSProjectCommand /** \class cmIncludeExternalMSProjectCommand

View File

@ -17,7 +17,6 @@
#ifndef cmIncludeRegularExpressionCommand_h #ifndef cmIncludeRegularExpressionCommand_h
#define cmIncludeRegularExpressionCommand_h #define cmIncludeRegularExpressionCommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
/** \class cmIncludeRegularExpressionCommand /** \class cmIncludeRegularExpressionCommand

View File

@ -17,7 +17,6 @@
#ifndef cmInstallFilesCommand_h #ifndef cmInstallFilesCommand_h
#define cmInstallFilesCommand_h #define cmInstallFilesCommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
/** \class cmInstallFilesCommand /** \class cmInstallFilesCommand

View File

@ -17,7 +17,6 @@
#ifndef cmInstallProgramsCommand_h #ifndef cmInstallProgramsCommand_h
#define cmInstallProgramsCommand_h #define cmInstallProgramsCommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
/** \class cmInstallProgramsCommand /** \class cmInstallProgramsCommand

View File

@ -17,7 +17,6 @@
#ifndef cmInstallTargetsCommand_h #ifndef cmInstallTargetsCommand_h
#define cmInstallTargetsCommand_h #define cmInstallTargetsCommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
/** \class cmInstallTargetsCommand /** \class cmInstallTargetsCommand

View File

@ -17,7 +17,6 @@
#ifndef cmLinkDirectoriesCommand_h #ifndef cmLinkDirectoriesCommand_h
#define cmLinkDirectoriesCommand_h #define cmLinkDirectoriesCommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
/** \class cmLinkDirectoriesCommand /** \class cmLinkDirectoriesCommand

View File

@ -17,7 +17,6 @@
#ifndef cmLinkLibrariesCommand_h #ifndef cmLinkLibrariesCommand_h
#define cmLinkLibrariesCommand_h #define cmLinkLibrariesCommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
/** \class cmLinkLibrariesCommand /** \class cmLinkLibrariesCommand

View File

@ -17,7 +17,6 @@
#ifndef cmLoadCommandCommand_h #ifndef cmLoadCommandCommand_h
#define cmLoadCommandCommand_h #define cmLoadCommandCommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
/** \class cmLoadCommandCommand /** \class cmLoadCommandCommand

View File

@ -24,7 +24,6 @@
#include "cmGeneratedFileStream.h" #include "cmGeneratedFileStream.h"
#include <cmsys/RegularExpression.hxx> #include <cmsys/RegularExpression.hxx>
#include <stdio.h>
cmLocalUnixMakefileGenerator::cmLocalUnixMakefileGenerator() cmLocalUnixMakefileGenerator::cmLocalUnixMakefileGenerator()
{ {

View File

@ -17,7 +17,6 @@
#ifndef cmMacroCommand_h #ifndef cmMacroCommand_h
#define cmMacroCommand_h #define cmMacroCommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
#include "cmFunctionBlocker.h" #include "cmFunctionBlocker.h"

View File

@ -17,7 +17,6 @@
#ifndef cmMakeDirectoryCommand_h #ifndef cmMakeDirectoryCommand_h
#define cmMakeDirectoryCommand_h #define cmMakeDirectoryCommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
/** \class cmMakeDirectoryCommand /** \class cmMakeDirectoryCommand

View File

@ -26,7 +26,6 @@
#include "cmListFileCache.h" #include "cmListFileCache.h"
#include "cmVariableWatch.h" #include "cmVariableWatch.h"
#include "cmake.h" #include "cmake.h"
#include <stdio.h> // required for sprintf
#include <stdlib.h> // required for atoi #include <stdlib.h> // required for atoi
#include <cmsys/RegularExpression.hxx> #include <cmsys/RegularExpression.hxx>

View File

@ -17,7 +17,6 @@
#ifndef cmMakefile_h #ifndef cmMakefile_h
#define cmMakefile_h #define cmMakefile_h
#include "cmStandardIncludes.h"
#include "cmData.h" #include "cmData.h"
#include "cmSystemTools.h" #include "cmSystemTools.h"
#include "cmSourceGroup.h" #include "cmSourceGroup.h"

View File

@ -17,7 +17,6 @@
#ifndef cmMarkAsAdvancedCommand_h #ifndef cmMarkAsAdvancedCommand_h
#define cmMarkAsAdvancedCommand_h #define cmMarkAsAdvancedCommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
/** \class cmMarkAsAdvancedCommand /** \class cmMarkAsAdvancedCommand

View File

@ -17,7 +17,6 @@
#ifndef cmMessageCommand_h #ifndef cmMessageCommand_h
#define cmMessageCommand_h #define cmMessageCommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
/** \class cmMessageCommand /** \class cmMessageCommand

View File

@ -17,7 +17,6 @@
#ifndef cmOptionCommand_h #ifndef cmOptionCommand_h
#define cmOptionCommand_h #define cmOptionCommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
/** \class cmOptionCommand /** \class cmOptionCommand

View File

@ -17,7 +17,6 @@
#ifndef cmOutputRequiredFilesCommand_h #ifndef cmOutputRequiredFilesCommand_h
#define cmOutputRequiredFilesCommand_h #define cmOutputRequiredFilesCommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
/** \class cmOutputRequiredFilesCommand /** \class cmOutputRequiredFilesCommand

View File

@ -17,7 +17,6 @@
#ifndef cmProjectCommand_h #ifndef cmProjectCommand_h
#define cmProjectCommand_h #define cmProjectCommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
/** \class cmProjectCommand /** \class cmProjectCommand

View File

@ -17,7 +17,6 @@
#ifndef cmQTWrapCPPCommand_h #ifndef cmQTWrapCPPCommand_h
#define cmQTWrapCPPCommand_h #define cmQTWrapCPPCommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
/** \class cmQTWrapCPPCommand /** \class cmQTWrapCPPCommand

View File

@ -17,7 +17,6 @@
#ifndef cmQTWrapUICommand_h #ifndef cmQTWrapUICommand_h
#define cmQTWrapUICommand_h #define cmQTWrapUICommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
/** \class cmQTWrapUICommand /** \class cmQTWrapUICommand

View File

@ -17,7 +17,6 @@
#ifndef cmRemoveCommand_h #ifndef cmRemoveCommand_h
#define cmRemoveCommand_h #define cmRemoveCommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
/** \class cmRemoveCommand /** \class cmRemoveCommand

View File

@ -17,7 +17,6 @@
#ifndef cmSeparateArgumentsCommand_h #ifndef cmSeparateArgumentsCommand_h
#define cmSeparateArgumentsCommand_h #define cmSeparateArgumentsCommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
/** \class cmSeparateArgumentsCommand /** \class cmSeparateArgumentsCommand

View File

@ -17,7 +17,6 @@
#ifndef cmSetCommand_h #ifndef cmSetCommand_h
#define cmSetCommand_h #define cmSetCommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
/** \class cmSetCommand /** \class cmSetCommand

View File

@ -17,7 +17,6 @@
#ifndef cmSetSourceFilesPropertiesCommand_h #ifndef cmSetSourceFilesPropertiesCommand_h
#define cmSetSourceFilesPropertiesCommand_h #define cmSetSourceFilesPropertiesCommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
class cmSetSourceFilesPropertiesCommand : public cmCommand class cmSetSourceFilesPropertiesCommand : public cmCommand

View File

@ -17,7 +17,6 @@
#ifndef cmSetTargetsPropertiesCommand_h #ifndef cmSetTargetsPropertiesCommand_h
#define cmSetTargetsPropertiesCommand_h #define cmSetTargetsPropertiesCommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
class cmSetTargetPropertiesCommand : public cmCommand class cmSetTargetPropertiesCommand : public cmCommand

View File

@ -17,7 +17,6 @@
#ifndef cmSiteNameCommand_h #ifndef cmSiteNameCommand_h
#define cmSiteNameCommand_h #define cmSiteNameCommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
/** \class cmSiteNameCommand /** \class cmSiteNameCommand

View File

@ -17,7 +17,6 @@
#ifndef cmSourceFile_h #ifndef cmSourceFile_h
#define cmSourceFile_h #define cmSourceFile_h
#include "cmStandardIncludes.h"
#include "cmCustomCommand.h" #include "cmCustomCommand.h"
/** \class cmSourceFile /** \class cmSourceFile

View File

@ -17,7 +17,6 @@
#ifndef cmSourceFilesCommand_h #ifndef cmSourceFilesCommand_h
#define cmSourceFilesCommand_h #define cmSourceFilesCommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
/** \class cmSourceFilesCommand /** \class cmSourceFilesCommand

View File

@ -17,7 +17,6 @@
#ifndef cmSourceFilesRemoveCommand_h #ifndef cmSourceFilesRemoveCommand_h
#define cmSourceFilesRemoveCommand_h #define cmSourceFilesRemoveCommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
/** \class cmSourceFilesRemoveCommand /** \class cmSourceFilesRemoveCommand

View File

@ -17,7 +17,6 @@
#ifndef cmSourceGroupCommand_h #ifndef cmSourceGroupCommand_h
#define cmSourceGroupCommand_h #define cmSourceGroupCommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
/** \class cmSourceGroupCommand /** \class cmSourceGroupCommand

View File

@ -17,7 +17,6 @@
#ifndef cmStringCommand_h #ifndef cmStringCommand_h
#define cmStringCommand_h #define cmStringCommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
/** \class cmStringCommand /** \class cmStringCommand

View File

@ -17,7 +17,6 @@
#ifndef cmSubdirCommand_h #ifndef cmSubdirCommand_h
#define cmSubdirCommand_h #define cmSubdirCommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
/** \class cmSubdirCommand /** \class cmSubdirCommand

View File

@ -17,7 +17,6 @@
#ifndef cmSubdirDependsCommand_h #ifndef cmSubdirDependsCommand_h
#define cmSubdirDependsCommand_h #define cmSubdirDependsCommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
/** \class cmSubdirDependsCommand /** \class cmSubdirDependsCommand

View File

@ -15,7 +15,6 @@
=========================================================================*/ =========================================================================*/
#include "cmSystemTools.h" #include "cmSystemTools.h"
#include <stdio.h>
#include <ctype.h> #include <ctype.h>
#include <errno.h> #include <errno.h>
#include <time.h> #include <time.h>

View File

@ -17,7 +17,6 @@
#ifndef cmTarget_h #ifndef cmTarget_h
#define cmTarget_h #define cmTarget_h
#include "cmStandardIncludes.h"
#include "cmCustomCommand.h" #include "cmCustomCommand.h"
class cmSourceFile; class cmSourceFile;

View File

@ -17,7 +17,6 @@
#ifndef cmTargetLinkLibrariesCommand_h #ifndef cmTargetLinkLibrariesCommand_h
#define cmTargetLinkLibrariesCommand_h #define cmTargetLinkLibrariesCommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
/** \class cmTargetLinkLibrariesCommand /** \class cmTargetLinkLibrariesCommand

View File

@ -17,7 +17,6 @@
#ifndef cmTryCompileCommand_h #ifndef cmTryCompileCommand_h
#define cmTryCompileCommand_h #define cmTryCompileCommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
/** \class cmTryCompileCommand /** \class cmTryCompileCommand

View File

@ -17,7 +17,6 @@
#ifndef cmTryRunCommand_h #ifndef cmTryRunCommand_h
#define cmTryRunCommand_h #define cmTryRunCommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
/** \class cmTryRunCommand /** \class cmTryRunCommand

View File

@ -17,7 +17,6 @@
#ifndef cmUseMangledMesaCommand_h #ifndef cmUseMangledMesaCommand_h
#define cmUseMangledMesaCommand_h #define cmUseMangledMesaCommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
/** \class cmUseMangledMesaCommand /** \class cmUseMangledMesaCommand

View File

@ -17,7 +17,6 @@
#ifndef cmUtilitySourceCommand_h #ifndef cmUtilitySourceCommand_h
#define cmUtilitySourceCommand_h #define cmUtilitySourceCommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
/** \class cmUtilitySourceCommand /** \class cmUtilitySourceCommand

View File

@ -17,7 +17,6 @@
#ifndef cmVTKMakeInstantiatorCommand_h #ifndef cmVTKMakeInstantiatorCommand_h
#define cmVTKMakeInstantiatorCommand_h #define cmVTKMakeInstantiatorCommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
/** \class cmVTKMakeInstantiatorCommand /** \class cmVTKMakeInstantiatorCommand

View File

@ -17,7 +17,6 @@
#ifndef cmVTKWrapJavaCommand_h #ifndef cmVTKWrapJavaCommand_h
#define cmVTKWrapJavaCommand_h #define cmVTKWrapJavaCommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
/** \class cmVTKWrapJavaCommand /** \class cmVTKWrapJavaCommand

View File

@ -17,7 +17,6 @@
#ifndef cmVTKWrapPythonCommand_h #ifndef cmVTKWrapPythonCommand_h
#define cmVTKWrapPythonCommand_h #define cmVTKWrapPythonCommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
/** \class cmVTKWrapPythonCommand /** \class cmVTKWrapPythonCommand

View File

@ -17,7 +17,6 @@
#ifndef cmVTKWrapTclCommand_h #ifndef cmVTKWrapTclCommand_h
#define cmVTKWrapTclCommand_h #define cmVTKWrapTclCommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
/** \class cmVTKWrapTclCommand /** \class cmVTKWrapTclCommand

View File

@ -17,7 +17,6 @@
#ifndef cmVariableRequiresCommand_h #ifndef cmVariableRequiresCommand_h
#define cmVariableRequiresCommand_h #define cmVariableRequiresCommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
/** \class cmVariableRequiresCommand /** \class cmVariableRequiresCommand

View File

@ -21,7 +21,6 @@
#include <malloc.h> #include <malloc.h>
#include <io.h> #include <io.h>
#include <fcntl.h> #include <fcntl.h>
#include <stdio.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <windows.h> #include <windows.h>

View File

@ -17,7 +17,6 @@
#ifndef cmWrapExcludeFilesCommand_h #ifndef cmWrapExcludeFilesCommand_h
#define cmWrapExcludeFilesCommand_h #define cmWrapExcludeFilesCommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
class cmWrapExcludeFilesCommand : public cmCommand class cmWrapExcludeFilesCommand : public cmCommand

View File

@ -17,7 +17,6 @@
#ifndef cmWriteFileCommand_h #ifndef cmWriteFileCommand_h
#define cmWriteFileCommand_h #define cmWriteFileCommand_h
#include "cmStandardIncludes.h"
#include "cmCommand.h" #include "cmCommand.h"
/** \class cmWriteFileCommand /** \class cmWriteFileCommand

View File

@ -35,7 +35,6 @@
#include "cmGlobalUnixMakefileGenerator.h" #include "cmGlobalUnixMakefileGenerator.h"
#endif #endif
#include <stdio.h>
#include <stdlib.h> // required for atoi #include <stdlib.h> // required for atoi
#ifdef __APPLE__ #ifdef __APPLE__

View File

@ -37,7 +37,6 @@
// //
#include "cmStandardIncludes.h"
#include "cmSystemTools.h" #include "cmSystemTools.h"
class cmGlobalGenerator; class cmGlobalGenerator;

View File

@ -18,11 +18,6 @@
#include "cmake.h" #include "cmake.h"
#include "cmCacheManager.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() cmakewizard::cmakewizard()
{ {
m_ShowAdvanced = false; m_ShowAdvanced = false;

View File

@ -17,7 +17,6 @@
#include "cmMakefile.h" #include "cmMakefile.h"
#include "cmStandardIncludes.h"
class cmakewizard class cmakewizard
{ {