summaryrefslogtreecommitdiffstats
path: root/Source/cmProperty.cxx
diff options
context:
space:
mode:
authorDaniel Pfeifer <daniel@pfeifer-mail.de>2016-08-23 22:29:15 (GMT)
committerDaniel Pfeifer <daniel@pfeifer-mail.de>2016-08-23 22:29:15 (GMT)
commit5cbb54880742c23658991edec91a514f3582ed2b (patch)
tree364a6086360e9db805fcf02702781a5642afa631 /Source/cmProperty.cxx
parent797f7ad87d6f1b6dd7cbbb553d5525ac8ee390f1 (diff)
downloadCMake-5cbb54880742c23658991edec91a514f3582ed2b.zip
CMake-5cbb54880742c23658991edec91a514f3582ed2b.tar.gz
CMake-5cbb54880742c23658991edec91a514f3582ed2b.tar.bz2
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 133258f..75b44cb 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)
{