diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-02-22 18:14:59 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-02-22 18:14:59 (GMT) |
commit | 2ccce878a3af74d7a7328e42bd76825366a82112 (patch) | |
tree | eb604e4acb4a99128754d2851f603e5f74c13c38 /Source | |
parent | 51516613e83f15c31156ad0a503f270c746266e1 (diff) | |
download | CMake-2ccce878a3af74d7a7328e42bd76825366a82112.zip CMake-2ccce878a3af74d7a7328e42bd76825366a82112.tar.gz CMake-2ccce878a3af74d7a7328e42bd76825366a82112.tar.bz2 |
ENH: Cleanups
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmCPluginAPI.cxx | 2 | ||||
-rw-r--r-- | Source/cmFLTKWrapUICommand.cxx | 2 | ||||
-rw-r--r-- | Source/cmGetCMakePropertyCommand.cxx | 2 | ||||
-rw-r--r-- | Source/cmGetSourceFilePropertyCommand.cxx | 2 | ||||
-rw-r--r-- | Source/cmLoadCacheCommand.h | 2 | ||||
-rw-r--r-- | Source/cmOutputRequiredFilesCommand.h | 1 | ||||
-rw-r--r-- | Source/cmQTWrapCPPCommand.h | 2 | ||||
-rw-r--r-- | Source/cmQTWrapUICommand.h | 2 | ||||
-rw-r--r-- | Source/cmSetSourceFilesPropertiesCommand.cxx | 2 | ||||
-rw-r--r-- | Source/cmSourceFilesCommand.cxx | 3 | ||||
-rw-r--r-- | Source/cmUseMangledMesaCommand.h | 2 | ||||
-rw-r--r-- | Source/cmVTKMakeInstantiatorCommand.cxx | 2 | ||||
-rw-r--r-- | Source/cmVTKWrapJavaCommand.h | 2 | ||||
-rw-r--r-- | Source/cmVTKWrapPythonCommand.h | 2 | ||||
-rw-r--r-- | Source/cmVTKWrapTclCommand.h | 2 | ||||
-rw-r--r-- | Source/cmWrapExcludeFilesCommand.cxx | 3 |
16 files changed, 33 insertions, 0 deletions
diff --git a/Source/cmCPluginAPI.cxx b/Source/cmCPluginAPI.cxx index 35f6372..7061f5d 100644 --- a/Source/cmCPluginAPI.cxx +++ b/Source/cmCPluginAPI.cxx @@ -22,6 +22,8 @@ #include "cmMakefile.h" #include "cmCPluginAPI.h" +#include "cmSourceFile.h" + extern "C" { diff --git a/Source/cmFLTKWrapUICommand.cxx b/Source/cmFLTKWrapUICommand.cxx index 28323d3..f39d1ec 100644 --- a/Source/cmFLTKWrapUICommand.cxx +++ b/Source/cmFLTKWrapUICommand.cxx @@ -16,6 +16,8 @@ =========================================================================*/ #include "cmFLTKWrapUICommand.h" +#include "cmSourceFile.h" + // cmFLTKWrapUICommand bool cmFLTKWrapUICommand::InitialPass(std::vector<std::string> const& args) { diff --git a/Source/cmGetCMakePropertyCommand.cxx b/Source/cmGetCMakePropertyCommand.cxx index 43063af..296ff0c 100644 --- a/Source/cmGetCMakePropertyCommand.cxx +++ b/Source/cmGetCMakePropertyCommand.cxx @@ -16,6 +16,8 @@ =========================================================================*/ #include "cmGetCMakePropertyCommand.h" +#include "cmake.h" + // cmGetCMakePropertyCommand bool cmGetCMakePropertyCommand::InitialPass( std::vector<std::string> const& args) diff --git a/Source/cmGetSourceFilePropertyCommand.cxx b/Source/cmGetSourceFilePropertyCommand.cxx index 8e4d3b2..51404ef 100644 --- a/Source/cmGetSourceFilePropertyCommand.cxx +++ b/Source/cmGetSourceFilePropertyCommand.cxx @@ -16,6 +16,8 @@ =========================================================================*/ #include "cmGetSourceFilePropertyCommand.h" +#include "cmSourceFile.h" + // cmSetSourceFilePropertyCommand bool cmGetSourceFilePropertyCommand::InitialPass( std::vector<std::string> const& args) diff --git a/Source/cmLoadCacheCommand.h b/Source/cmLoadCacheCommand.h index 1eef5b8..40d6cf8 100644 --- a/Source/cmLoadCacheCommand.h +++ b/Source/cmLoadCacheCommand.h @@ -17,6 +17,8 @@ #ifndef cmLoadCacheCommand_h #define cmLoadCacheCommand_h +#include "cmCommand.h" + /** \class cmLoadCacheCommand * \brief load a cache file * diff --git a/Source/cmOutputRequiredFilesCommand.h b/Source/cmOutputRequiredFilesCommand.h index 3448f4a..88225bf 100644 --- a/Source/cmOutputRequiredFilesCommand.h +++ b/Source/cmOutputRequiredFilesCommand.h @@ -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 diff --git a/Source/cmQTWrapCPPCommand.h b/Source/cmQTWrapCPPCommand.h index 5e755d2..fd2e88c 100644 --- a/Source/cmQTWrapCPPCommand.h +++ b/Source/cmQTWrapCPPCommand.h @@ -19,6 +19,8 @@ #include "cmCommand.h" +#include "cmSourceFile.h" + /** \class cmQTWrapCPPCommand * \brief Create moc file rules for QT classes * diff --git a/Source/cmQTWrapUICommand.h b/Source/cmQTWrapUICommand.h index 793d2b0..cf0046d 100644 --- a/Source/cmQTWrapUICommand.h +++ b/Source/cmQTWrapUICommand.h @@ -19,6 +19,8 @@ #include "cmCommand.h" +#include "cmSourceFile.h" + /** \class cmQTWrapUICommand * \brief Create .h and .cxx files rules for QT user interfaces files * diff --git a/Source/cmSetSourceFilesPropertiesCommand.cxx b/Source/cmSetSourceFilesPropertiesCommand.cxx index 49768a0..4ce53a5 100644 --- a/Source/cmSetSourceFilesPropertiesCommand.cxx +++ b/Source/cmSetSourceFilesPropertiesCommand.cxx @@ -16,6 +16,8 @@ =========================================================================*/ #include "cmSetSourceFilesPropertiesCommand.h" +#include "cmSourceFile.h" + // cmSetSourceFilesPropertiesCommand bool cmSetSourceFilesPropertiesCommand::InitialPass( std::vector<std::string> const& args) diff --git a/Source/cmSourceFilesCommand.cxx b/Source/cmSourceFilesCommand.cxx index 0655c20..4dd978c 100644 --- a/Source/cmSourceFilesCommand.cxx +++ b/Source/cmSourceFilesCommand.cxx @@ -15,6 +15,9 @@ =========================================================================*/ #include "cmSourceFilesCommand.h" + +#include "cmSourceFile.h" + #include <stdlib.h> // required for atof bool cmSourceFilesCommand::IsDeprecated(int major, int minor) diff --git a/Source/cmUseMangledMesaCommand.h b/Source/cmUseMangledMesaCommand.h index 05cce86..53223cf 100644 --- a/Source/cmUseMangledMesaCommand.h +++ b/Source/cmUseMangledMesaCommand.h @@ -19,6 +19,8 @@ #include "cmCommand.h" +#include "cmSourceFile.h" + /** \class cmUseMangledMesaCommand * \brief Create Tcl Wrappers for VTK classes. * diff --git a/Source/cmVTKMakeInstantiatorCommand.cxx b/Source/cmVTKMakeInstantiatorCommand.cxx index 560f313..6626924 100644 --- a/Source/cmVTKMakeInstantiatorCommand.cxx +++ b/Source/cmVTKMakeInstantiatorCommand.cxx @@ -15,8 +15,10 @@ =========================================================================*/ #include "cmVTKMakeInstantiatorCommand.h" + #include "cmCacheManager.h" #include "cmGeneratedFileStream.h" +#include "cmSourceFile.h" bool cmVTKMakeInstantiatorCommand diff --git a/Source/cmVTKWrapJavaCommand.h b/Source/cmVTKWrapJavaCommand.h index f4938be..1702eb6 100644 --- a/Source/cmVTKWrapJavaCommand.h +++ b/Source/cmVTKWrapJavaCommand.h @@ -19,6 +19,8 @@ #include "cmCommand.h" +#include "cmSourceFile.h" + /** \class cmVTKWrapJavaCommand * \brief Create Java Language bindings for classes * diff --git a/Source/cmVTKWrapPythonCommand.h b/Source/cmVTKWrapPythonCommand.h index a9a7ebc..ed9cf03 100644 --- a/Source/cmVTKWrapPythonCommand.h +++ b/Source/cmVTKWrapPythonCommand.h @@ -19,6 +19,8 @@ #include "cmCommand.h" +#include "cmSourceFile.h" + /** \class cmVTKWrapPythonCommand * \brief Create Python Language bindings for classes * diff --git a/Source/cmVTKWrapTclCommand.h b/Source/cmVTKWrapTclCommand.h index b86c5ab..06d497d 100644 --- a/Source/cmVTKWrapTclCommand.h +++ b/Source/cmVTKWrapTclCommand.h @@ -19,6 +19,8 @@ #include "cmCommand.h" +#include "cmSourceFile.h" + /** \class cmVTKWrapTclCommand * \brief Create Tcl Wrappers for VTK classes. * diff --git a/Source/cmWrapExcludeFilesCommand.cxx b/Source/cmWrapExcludeFilesCommand.cxx index be71993..5141b90 100644 --- a/Source/cmWrapExcludeFilesCommand.cxx +++ b/Source/cmWrapExcludeFilesCommand.cxx @@ -15,6 +15,9 @@ =========================================================================*/ #include "cmWrapExcludeFilesCommand.h" + +#include "cmSourceFile.h" + #include <stdlib.h> // required for atof // cmWrapExcludeFilesCommand |