From 5cbb54880742c23658991edec91a514f3582ed2b Mon Sep 17 00:00:00 2001 From: Daniel Pfeifer Date: Wed, 24 Aug 2016 00:29:15 +0200 Subject: fix a batch of include-what-you-use violations --- Source/cmProperty.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/cmProperty.cxx') 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 void cmProperty::Set(const char* value) { -- cgit v1.2.1