diff options
author | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2016-11-22 23:41:44 (GMT) |
---|---|---|
committer | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2016-11-22 23:41:44 (GMT) |
commit | aeff60e44c203dd67b316a6c6eab1454a408e1f7 (patch) | |
tree | 34dbccb2e3606214d78a08a7af8776e38f7995b7 /Source/CPack/cmCPackProductBuildGenerator.cxx | |
parent | a6fe714eaa6e25c2a661c3ec57f7eb8b8dbadede (diff) | |
download | CMake-aeff60e44c203dd67b316a6c6eab1454a408e1f7.zip CMake-aeff60e44c203dd67b316a6c6eab1454a408e1f7.tar.gz CMake-aeff60e44c203dd67b316a6c6eab1454a408e1f7.tar.bz2 |
iwyu: Fix OSX specific issues
Diffstat (limited to 'Source/CPack/cmCPackProductBuildGenerator.cxx')
-rw-r--r-- | Source/CPack/cmCPackProductBuildGenerator.cxx | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/Source/CPack/cmCPackProductBuildGenerator.cxx b/Source/CPack/cmCPackProductBuildGenerator.cxx index ff0ec79..a46e3a6 100644 --- a/Source/CPack/cmCPackProductBuildGenerator.cxx +++ b/Source/CPack/cmCPackProductBuildGenerator.cxx @@ -2,17 +2,14 @@ file Copyright.txt or https://cmake.org/licensing for details. */ #include "cmCPackProductBuildGenerator.h" +#include <map> +#include <sstream> +#include <stddef.h> + #include "cmCPackComponentGroup.h" #include "cmCPackLog.h" #include "cmGeneratedFileStream.h" -#include "cmGlobalGenerator.h" -#include "cmLocalGenerator.h" -#include "cmMakefile.h" #include "cmSystemTools.h" -#include "cmake.h" - -#include <cmsys/Glob.hxx> -#include <cmsys/SystemTools.hxx> cmCPackProductBuildGenerator::cmCPackProductBuildGenerator() { |