diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-05-03 08:07:58 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-05-03 08:07:58 (GMT) |
commit | a3291fe8ecb95c891a34c1844557cbfa2bb89e2d (patch) | |
tree | 203250476f7224c43ee684cec21fd7330c052f95 /Source/cmPolicies.cxx | |
parent | a6fb6db49d9fc5558fd79296fbc233f90a3063e4 (diff) | |
download | CMake-a3291fe8ecb95c891a34c1844557cbfa2bb89e2d.zip CMake-a3291fe8ecb95c891a34c1844557cbfa2bb89e2d.tar.gz CMake-a3291fe8ecb95c891a34c1844557cbfa2bb89e2d.tar.bz2 |
cmPolicies: Remove unused header.
Diffstat (limited to 'Source/cmPolicies.cxx')
-rw-r--r-- | Source/cmPolicies.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmPolicies.cxx b/Source/cmPolicies.cxx index 76990f0..5424876 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" |