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/cmPropertyDefinition.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/cmPropertyDefinition.cxx')
-rw-r--r-- | Source/cmPropertyDefinition.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmPropertyDefinition.cxx b/Source/cmPropertyDefinition.cxx index 546146b..003898a 100644 --- a/Source/cmPropertyDefinition.cxx +++ b/Source/cmPropertyDefinition.cxx @@ -11,8 +11,6 @@ ============================================================================*/ #include "cmPropertyDefinition.h" -#include "cmSystemTools.h" - void cmPropertyDefinition::DefineProperty(const std::string& name, cmProperty::ScopeType scope, const char* shortDescription, |