summaryrefslogtreecommitdiff
path: root/Source/cmPropertyDefinition.cxx
diff options
context:
space:
mode:
authorDaniel Pfeifer <daniel@pfeifer-mail.de>2016-08-24 00:29:15 +0200
committerDaniel Pfeifer <daniel@pfeifer-mail.de>2016-08-24 00:29:15 +0200
commit5cbb54880742c23658991edec91a514f3582ed2b (patch)
tree364a6086360e9db805fcf02702781a5642afa631 /Source/cmPropertyDefinition.cxx
parent797f7ad87d6f1b6dd7cbbb553d5525ac8ee390f1 (diff)
downloadcmake-5cbb54880742c23658991edec91a514f3582ed2b.tar.gz
fix a batch of include-what-you-use violations
Diffstat (limited to 'Source/cmPropertyDefinition.cxx')
-rw-r--r--Source/cmPropertyDefinition.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmPropertyDefinition.cxx b/Source/cmPropertyDefinition.cxx
index 546146ba9f..003898ac4b 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,