summaryrefslogtreecommitdiff
path: root/Source/cmUtilitySourceCommand.cxx
diff options
context:
space:
mode:
authorDaniel Pfeifer <daniel@pfeifer-mail.de>2017-02-17 22:12:21 +0100
committerDaniel Pfeifer <daniel@pfeifer-mail.de>2017-02-17 22:12:21 +0100
commitee72803e9f2988d2cf493a6d096c2a0d483fc547 (patch)
tree44e3428043deee29849a1f9f07e7e9c387743c83 /Source/cmUtilitySourceCommand.cxx
parentdbdd25bc95af100633008a31f1bbdf7146e211f7 (diff)
downloadcmake-ee72803e9f2988d2cf493a6d096c2a0d483fc547.tar.gz
fix some include-what-you-use diagnostics
Diffstat (limited to 'Source/cmUtilitySourceCommand.cxx')
-rw-r--r--Source/cmUtilitySourceCommand.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmUtilitySourceCommand.cxx b/Source/cmUtilitySourceCommand.cxx
index 9b24a74ebd..37d8bfb3bf 100644
--- a/Source/cmUtilitySourceCommand.cxx
+++ b/Source/cmUtilitySourceCommand.cxx
@@ -5,7 +5,6 @@
#include <string.h>
#include "cmMakefile.h"
-#include "cmPolicies.h"
#include "cmState.h"
#include "cmStateTypes.h"
#include "cmSystemTools.h"