summaryrefslogtreecommitdiff
path: root/Source/cmProperty.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/cmProperty.cxx
parent797f7ad87d6f1b6dd7cbbb553d5525ac8ee390f1 (diff)
downloadcmake-5cbb54880742c23658991edec91a514f3582ed2b.tar.gz
fix a batch of include-what-you-use violations
Diffstat (limited to 'Source/cmProperty.cxx')
-rw-r--r--Source/cmProperty.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmProperty.cxx b/Source/cmProperty.cxx
index 133258f434..75b44cbddf 100644
--- a/Source/cmProperty.cxx
+++ b/Source/cmProperty.cxx
@@ -11,7 +11,7 @@
============================================================================*/
#include "cmProperty.h"
-#include "cmSystemTools.h"
+#include <cmConfigure.h>
void cmProperty::Set(const char* value)
{