diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-10-05 18:45:49 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-05 18:59:56 (GMT) |
commit | 74d565e0e91f31e5fb25c74f998a2e4553c0842e (patch) | |
tree | 653a4deafa6f28de32ab662180bd4f3d981e8b20 /Source/CPack/IFW | |
parent | 09466690f05a2d81383409962cda2213fd366d8c (diff) | |
download | CMake-74d565e0e91f31e5fb25c74f998a2e4553c0842e.zip CMake-74d565e0e91f31e5fb25c74f998a2e4553c0842e.tar.gz CMake-74d565e0e91f31e5fb25c74f998a2e4553c0842e.tar.bz2 |
Remove unused cmLocalGenerator include.
Diffstat (limited to 'Source/CPack/IFW')
-rw-r--r-- | Source/CPack/IFW/cmCPackIFWGenerator.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/CPack/IFW/cmCPackIFWGenerator.cxx b/Source/CPack/IFW/cmCPackIFWGenerator.cxx index 43d34ee..4eb23c1 100644 --- a/Source/CPack/IFW/cmCPackIFWGenerator.cxx +++ b/Source/CPack/IFW/cmCPackIFWGenerator.cxx @@ -24,7 +24,6 @@ #include <cmsys/RegularExpression.hxx> #include <cmGlobalGenerator.h> -#include <cmLocalGenerator.h> #include <cmSystemTools.h> #include <cmMakefile.h> #include <cmGeneratedFileStream.h> |