diff options
author | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2017-02-17 21:12:21 (GMT) |
---|---|---|
committer | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2017-02-17 21:12:21 (GMT) |
commit | ee72803e9f2988d2cf493a6d096c2a0d483fc547 (patch) | |
tree | 44e3428043deee29849a1f9f07e7e9c387743c83 /Source/cmSubdirDependsCommand.cxx | |
parent | dbdd25bc95af100633008a31f1bbdf7146e211f7 (diff) | |
download | CMake-ee72803e9f2988d2cf493a6d096c2a0d483fc547.zip CMake-ee72803e9f2988d2cf493a6d096c2a0d483fc547.tar.gz CMake-ee72803e9f2988d2cf493a6d096c2a0d483fc547.tar.bz2 |
fix some include-what-you-use diagnostics
Diffstat (limited to 'Source/cmSubdirDependsCommand.cxx')
-rw-r--r-- | Source/cmSubdirDependsCommand.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmSubdirDependsCommand.cxx b/Source/cmSubdirDependsCommand.cxx index 36e84d5..0bb2c0a 100644 --- a/Source/cmSubdirDependsCommand.cxx +++ b/Source/cmSubdirDependsCommand.cxx @@ -2,8 +2,6 @@ file Copyright.txt or https://cmake.org/licensing for details. */ #include "cmSubdirDependsCommand.h" -#include "cmPolicies.h" - class cmExecutionStatus; bool cmSubdirDependsCommand::InitialPass(std::vector<std::string> const&, |