Browse Source

removed redundent includes

Ken Martin 22 năm trước cách đây
mục cha
commit
072db6ad70
92 tập tin đã thay đổi với 0 bổ sung96 xóa
  1. 0 1
      Source/cmAbstractFilesCommand.h
  2. 0 1
      Source/cmAddCustomCommandCommand.h
  3. 0 1
      Source/cmAddCustomTargetCommand.h
  4. 0 1
      Source/cmAddDefinitionsCommand.h
  5. 0 1
      Source/cmAddDependenciesCommand.h
  6. 0 1
      Source/cmAddExecutableCommand.h
  7. 0 1
      Source/cmAddLibraryCommand.h
  8. 0 1
      Source/cmAddTestCommand.h
  9. 0 1
      Source/cmAuxSourceDirectoryCommand.h
  10. 0 1
      Source/cmBuildCommand.h
  11. 0 1
      Source/cmBuildNameCommand.h
  12. 0 1
      Source/cmCMakeMinimumRequired.cxx
  13. 0 1
      Source/cmCMakeMinimumRequired.h
  14. 0 1
      Source/cmCTest.cxx
  15. 0 1
      Source/cmCacheManager.cxx
  16. 0 1
      Source/cmCommand.h
  17. 0 1
      Source/cmConfigureFileCommand.h
  18. 0 1
      Source/cmCreateTestSourceList.h
  19. 0 1
      Source/cmEnableTestingCommand.h
  20. 0 1
      Source/cmEndForEachCommand.h
  21. 0 1
      Source/cmExecProgramCommand.h
  22. 0 1
      Source/cmExportLibraryDependencies.h
  23. 0 1
      Source/cmFLTKWrapUICommand.h
  24. 0 1
      Source/cmFileCommand.h
  25. 0 1
      Source/cmFindFileCommand.cxx
  26. 0 1
      Source/cmFindFileCommand.h
  27. 0 1
      Source/cmFindLibraryCommand.h
  28. 0 1
      Source/cmFindPackageCommand.h
  29. 0 1
      Source/cmFindPathCommand.h
  30. 0 1
      Source/cmFindProgramCommand.cxx
  31. 0 1
      Source/cmFindProgramCommand.h
  32. 0 1
      Source/cmForEachCommand.h
  33. 0 1
      Source/cmGetCMakePropertyCommand.h
  34. 0 1
      Source/cmGetSourceFilePropertyCommand.h
  35. 0 1
      Source/cmGetTargetPropertyCommand.h
  36. 0 1
      Source/cmGlob.cxx
  37. 0 1
      Source/cmITKWrapTclCommand.h
  38. 0 1
      Source/cmIfCommand.h
  39. 0 1
      Source/cmIncludeCommand.h
  40. 0 1
      Source/cmIncludeDirectoryCommand.h
  41. 0 1
      Source/cmIncludeExternalMSProjectCommand.h
  42. 0 1
      Source/cmIncludeRegularExpressionCommand.h
  43. 0 1
      Source/cmInstallFilesCommand.h
  44. 0 1
      Source/cmInstallProgramsCommand.h
  45. 0 1
      Source/cmInstallTargetsCommand.h
  46. 0 1
      Source/cmLinkDirectoriesCommand.h
  47. 0 1
      Source/cmLinkLibrariesCommand.h
  48. 0 1
      Source/cmLoadCommandCommand.h
  49. 0 1
      Source/cmLocalUnixMakefileGenerator.cxx
  50. 0 1
      Source/cmMacroCommand.h
  51. 0 1
      Source/cmMakeDirectoryCommand.h
  52. 0 1
      Source/cmMakefile.cxx
  53. 0 1
      Source/cmMakefile.h
  54. 0 1
      Source/cmMarkAsAdvancedCommand.h
  55. 0 1
      Source/cmMessageCommand.h
  56. 0 1
      Source/cmOptionCommand.h
  57. 0 1
      Source/cmOutputRequiredFilesCommand.h
  58. 0 1
      Source/cmProjectCommand.h
  59. 0 1
      Source/cmQTWrapCPPCommand.h
  60. 0 1
      Source/cmQTWrapUICommand.h
  61. 0 1
      Source/cmRemoveCommand.h
  62. 0 1
      Source/cmSeparateArgumentsCommand.h
  63. 0 1
      Source/cmSetCommand.h
  64. 0 1
      Source/cmSetSourceFilesPropertiesCommand.h
  65. 0 1
      Source/cmSetTargetPropertiesCommand.h
  66. 0 1
      Source/cmSiteNameCommand.h
  67. 0 1
      Source/cmSourceFile.h
  68. 0 1
      Source/cmSourceFilesCommand.h
  69. 0 1
      Source/cmSourceFilesRemoveCommand.h
  70. 0 1
      Source/cmSourceGroupCommand.h
  71. 0 1
      Source/cmStringCommand.h
  72. 0 1
      Source/cmSubdirCommand.h
  73. 0 1
      Source/cmSubdirDependsCommand.h
  74. 0 1
      Source/cmSystemTools.cxx
  75. 0 1
      Source/cmTarget.h
  76. 0 1
      Source/cmTargetLinkLibrariesCommand.h
  77. 0 1
      Source/cmTryCompileCommand.h
  78. 0 1
      Source/cmTryRunCommand.h
  79. 0 1
      Source/cmUseMangledMesaCommand.h
  80. 0 1
      Source/cmUtilitySourceCommand.h
  81. 0 1
      Source/cmVTKMakeInstantiatorCommand.h
  82. 0 1
      Source/cmVTKWrapJavaCommand.h
  83. 0 1
      Source/cmVTKWrapPythonCommand.h
  84. 0 1
      Source/cmVTKWrapTclCommand.h
  85. 0 1
      Source/cmVariableRequiresCommand.h
  86. 0 1
      Source/cmWin32ProcessExecution.cxx
  87. 0 1
      Source/cmWrapExcludeFilesCommand.h
  88. 0 1
      Source/cmWriteFileCommand.h
  89. 0 1
      Source/cmake.cxx
  90. 0 1
      Source/cmake.h
  91. 0 5
      Source/cmakewizard.cxx
  92. 0 1
      Source/cmakewizard.h

+ 0 - 1
Source/cmAbstractFilesCommand.h

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

+ 0 - 1
Source/cmAddCustomCommandCommand.h

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

+ 0 - 1
Source/cmAddCustomTargetCommand.h

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

+ 0 - 1
Source/cmAddDefinitionsCommand.h

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

+ 0 - 1
Source/cmAddDependenciesCommand.h

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

+ 0 - 1
Source/cmAddExecutableCommand.h

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

+ 0 - 1
Source/cmAddLibraryCommand.h

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

+ 0 - 1
Source/cmAddTestCommand.h

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

+ 0 - 1
Source/cmAuxSourceDirectoryCommand.h

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

+ 0 - 1
Source/cmBuildCommand.h

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

+ 0 - 1
Source/cmBuildNameCommand.h

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

+ 0 - 1
Source/cmCMakeMinimumRequired.cxx

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

+ 0 - 1
Source/cmCMakeMinimumRequired.h

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

+ 0 - 1
Source/cmCTest.cxx

@@ -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>

+ 0 - 1
Source/cmCacheManager.cxx

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

+ 0 - 1
Source/cmCommand.h

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

+ 0 - 1
Source/cmConfigureFileCommand.h

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

+ 0 - 1
Source/cmCreateTestSourceList.h

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

+ 0 - 1
Source/cmEnableTestingCommand.h

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

+ 0 - 1
Source/cmEndForEachCommand.h

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

+ 0 - 1
Source/cmExecProgramCommand.h

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

+ 0 - 1
Source/cmExportLibraryDependencies.h

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

+ 0 - 1
Source/cmFLTKWrapUICommand.h

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

+ 0 - 1
Source/cmFileCommand.h

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

+ 0 - 1
Source/cmFindFileCommand.cxx

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

+ 0 - 1
Source/cmFindFileCommand.h

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

+ 0 - 1
Source/cmFindLibraryCommand.h

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

+ 0 - 1
Source/cmFindPackageCommand.h

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

+ 0 - 1
Source/cmFindPathCommand.h

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

+ 0 - 1
Source/cmFindProgramCommand.cxx

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

+ 0 - 1
Source/cmFindProgramCommand.h

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

+ 0 - 1
Source/cmForEachCommand.h

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

+ 0 - 1
Source/cmGetCMakePropertyCommand.h

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

+ 0 - 1
Source/cmGetSourceFilePropertyCommand.h

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

+ 0 - 1
Source/cmGetTargetPropertyCommand.h

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

+ 0 - 1
Source/cmGlob.cxx

@@ -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__ )

+ 0 - 1
Source/cmITKWrapTclCommand.h

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

+ 0 - 1
Source/cmIfCommand.h

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

+ 0 - 1
Source/cmIncludeCommand.h

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

+ 0 - 1
Source/cmIncludeDirectoryCommand.h

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

+ 0 - 1
Source/cmIncludeExternalMSProjectCommand.h

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

+ 0 - 1
Source/cmIncludeRegularExpressionCommand.h

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

+ 0 - 1
Source/cmInstallFilesCommand.h

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

+ 0 - 1
Source/cmInstallProgramsCommand.h

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

+ 0 - 1
Source/cmInstallTargetsCommand.h

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

+ 0 - 1
Source/cmLinkDirectoriesCommand.h

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

+ 0 - 1
Source/cmLinkLibrariesCommand.h

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

+ 0 - 1
Source/cmLoadCommandCommand.h

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

+ 0 - 1
Source/cmLocalUnixMakefileGenerator.cxx

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

+ 0 - 1
Source/cmMacroCommand.h

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

+ 0 - 1
Source/cmMakeDirectoryCommand.h

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

+ 0 - 1
Source/cmMakefile.cxx

@@ -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>

+ 0 - 1
Source/cmMakefile.h

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

+ 0 - 1
Source/cmMarkAsAdvancedCommand.h

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

+ 0 - 1
Source/cmMessageCommand.h

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

+ 0 - 1
Source/cmOptionCommand.h

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

+ 0 - 1
Source/cmOutputRequiredFilesCommand.h

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

+ 0 - 1
Source/cmProjectCommand.h

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

+ 0 - 1
Source/cmQTWrapCPPCommand.h

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

+ 0 - 1
Source/cmQTWrapUICommand.h

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

+ 0 - 1
Source/cmRemoveCommand.h

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

+ 0 - 1
Source/cmSeparateArgumentsCommand.h

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

+ 0 - 1
Source/cmSetCommand.h

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

+ 0 - 1
Source/cmSetSourceFilesPropertiesCommand.h

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

+ 0 - 1
Source/cmSetTargetPropertiesCommand.h

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

+ 0 - 1
Source/cmSiteNameCommand.h

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

+ 0 - 1
Source/cmSourceFile.h

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

+ 0 - 1
Source/cmSourceFilesCommand.h

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

+ 0 - 1
Source/cmSourceFilesRemoveCommand.h

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

+ 0 - 1
Source/cmSourceGroupCommand.h

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

+ 0 - 1
Source/cmStringCommand.h

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

+ 0 - 1
Source/cmSubdirCommand.h

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

+ 0 - 1
Source/cmSubdirDependsCommand.h

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

+ 0 - 1
Source/cmSystemTools.cxx

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

+ 0 - 1
Source/cmTarget.h

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

+ 0 - 1
Source/cmTargetLinkLibrariesCommand.h

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

+ 0 - 1
Source/cmTryCompileCommand.h

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

+ 0 - 1
Source/cmTryRunCommand.h

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

+ 0 - 1
Source/cmUseMangledMesaCommand.h

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

+ 0 - 1
Source/cmUtilitySourceCommand.h

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

+ 0 - 1
Source/cmVTKMakeInstantiatorCommand.h

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

+ 0 - 1
Source/cmVTKWrapJavaCommand.h

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

+ 0 - 1
Source/cmVTKWrapPythonCommand.h

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

+ 0 - 1
Source/cmVTKWrapTclCommand.h

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

+ 0 - 1
Source/cmVariableRequiresCommand.h

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

+ 0 - 1
Source/cmWin32ProcessExecution.cxx

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

+ 0 - 1
Source/cmWrapExcludeFilesCommand.h

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

+ 0 - 1
Source/cmWriteFileCommand.h

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

+ 0 - 1
Source/cmake.cxx

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

+ 0 - 1
Source/cmake.h

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

+ 0 - 5
Source/cmakewizard.cxx

@@ -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;

+ 0 - 1
Source/cmakewizard.h

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