diff options
author | Stephen Kelly <steveire@gmail.com> | 2012-11-20 23:56:36 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2012-11-20 23:56:36 (GMT) |
commit | ddc052052b05d6daea0791efd2e1b97a9349a5e9 (patch) | |
tree | e4452d05e36f1083cd2a804334011dacd9af50ca /Source/cmLocalUnixMakefileGenerator3.cxx | |
parent | 8faf4e93801a025d4cb17d2ef12437e5554798b1 (diff) | |
download | CMake-ddc052052b05d6daea0791efd2e1b97a9349a5e9.zip CMake-ddc052052b05d6daea0791efd2e1b97a9349a5e9.tar.gz CMake-ddc052052b05d6daea0791efd2e1b97a9349a5e9.tar.bz2 |
Always use the auto_ptr from cmsys.
This is for consistency throughout cmake. The cmsys version exists
becaues uses of auto_ptr types as return types does not work with
some implementations in ancient compilers.
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator3.cxx')
-rw-r--r-- | Source/cmLocalUnixMakefileGenerator3.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.cxx b/Source/cmLocalUnixMakefileGenerator3.cxx index 820d25a..d629e71 100644 --- a/Source/cmLocalUnixMakefileGenerator3.cxx +++ b/Source/cmLocalUnixMakefileGenerator3.cxx @@ -32,7 +32,6 @@ #include <cmsys/auto_ptr.hxx> -#include <memory> // auto_ptr #include <queue> //---------------------------------------------------------------------------- |