diff options
author | Ken Martin <ken.martin@kitware.com> | 2002-09-27 20:24:10 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2002-09-27 20:24:10 (GMT) |
commit | 7ddb408621cf39288e0ab12ce8c93ba8132a64a0 (patch) | |
tree | da8adac69eee6024718b66419dcfdd2f803673af /Source/cmCreateTestSourceList.cxx | |
parent | eb6bba34cd2fcef722f8db55d81beb6393e83744 (diff) | |
download | CMake-7ddb408621cf39288e0ab12ce8c93ba8132a64a0.zip CMake-7ddb408621cf39288e0ab12ce8c93ba8132a64a0.tar.gz CMake-7ddb408621cf39288e0ab12ce8c93ba8132a64a0.tar.bz2 |
removed some includes
Diffstat (limited to 'Source/cmCreateTestSourceList.cxx')
-rw-r--r-- | Source/cmCreateTestSourceList.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCreateTestSourceList.cxx b/Source/cmCreateTestSourceList.cxx index a8e0c57..8a20151 100644 --- a/Source/cmCreateTestSourceList.cxx +++ b/Source/cmCreateTestSourceList.cxx @@ -15,7 +15,7 @@ =========================================================================*/ #include "cmCreateTestSourceList.h" - +#include "cmSourceFile.h" // cmCreateTestSourceList bool cmCreateTestSourceList::InitialPass(std::vector<std::string> const& argsIn) |