summaryrefslogtreecommitdiff
path: root/Source/cmExportLibraryDependenciesCommand.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/cmExportLibraryDependenciesCommand.cxx
parentdbdd25bc95af100633008a31f1bbdf7146e211f7 (diff)
downloadcmake-ee72803e9f2988d2cf493a6d096c2a0d483fc547.tar.gz
fix some include-what-you-use diagnostics
Diffstat (limited to 'Source/cmExportLibraryDependenciesCommand.cxx')
-rw-r--r--Source/cmExportLibraryDependenciesCommand.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmExportLibraryDependenciesCommand.cxx b/Source/cmExportLibraryDependenciesCommand.cxx
index e3fb412a8f..deecad84e5 100644
--- a/Source/cmExportLibraryDependenciesCommand.cxx
+++ b/Source/cmExportLibraryDependenciesCommand.cxx
@@ -9,7 +9,6 @@
#include "cmGeneratedFileStream.h"
#include "cmGlobalGenerator.h"
#include "cmMakefile.h"
-#include "cmPolicies.h"
#include "cmStateTypes.h"
#include "cmSystemTools.h"
#include "cmTarget.h"