From a3291fe8ecb95c891a34c1844557cbfa2bb89e2d Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Sun, 3 May 2015 10:07:58 +0200 Subject: [PATCH] cmPolicies: Remove unused header. --- Source/cmPolicies.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/cmPolicies.cxx b/Source/cmPolicies.cxx index 76990f0bd..54248768f 100644 --- a/Source/cmPolicies.cxx +++ b/Source/cmPolicies.cxx @@ -1,7 +1,6 @@ #include "cmPolicies.h" #include "cmake.h" #include "cmMakefile.h" -#include "cmSourceFile.h" #include "cmVersion.h" #include "cmVersionMacros.h" #include "cmAlgorithms.h"