diff options
author | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2016-08-23 22:29:15 (GMT) |
---|---|---|
committer | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2016-08-23 22:29:15 (GMT) |
commit | 5cbb54880742c23658991edec91a514f3582ed2b (patch) | |
tree | 364a6086360e9db805fcf02702781a5642afa631 /Source/cmPropertyDefinitionMap.cxx | |
parent | 797f7ad87d6f1b6dd7cbbb553d5525ac8ee390f1 (diff) | |
download | CMake-5cbb54880742c23658991edec91a514f3582ed2b.zip CMake-5cbb54880742c23658991edec91a514f3582ed2b.tar.gz CMake-5cbb54880742c23658991edec91a514f3582ed2b.tar.bz2 |
fix a batch of include-what-you-use violations
Diffstat (limited to 'Source/cmPropertyDefinitionMap.cxx')
-rw-r--r-- | Source/cmPropertyDefinitionMap.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmPropertyDefinitionMap.cxx b/Source/cmPropertyDefinitionMap.cxx index 0ba35e7..0015337 100644 --- a/Source/cmPropertyDefinitionMap.cxx +++ b/Source/cmPropertyDefinitionMap.cxx @@ -11,8 +11,7 @@ ============================================================================*/ #include "cmPropertyDefinitionMap.h" -#include "cmDocumentationSection.h" -#include "cmSystemTools.h" +#include <utility> void cmPropertyDefinitionMap::DefineProperty(const std::string& name, cmProperty::ScopeType scope, |