summaryrefslogtreecommitdiffstats
path: root/Source/CPack
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-07-11 12:52:28 (GMT)
committerKitware Robot <kwrobot@kitware.com>2019-07-11 12:52:36 (GMT)
commite15314420c8ccf08e7855a0400a3ce76bddff95e (patch)
treebbe3d56d1b5e6e043d8ccbbe9e70cbca9c8df318 /Source/CPack
parentc30939a7130b154c384cc9becb3386b67c7f3ad2 (diff)
parent71fbebd1dc3a24e2478bb5704d9ac20f36cbf704 (diff)
downloadCMake-e15314420c8ccf08e7855a0400a3ce76bddff95e.zip
CMake-e15314420c8ccf08e7855a0400a3ce76bddff95e.tar.gz
CMake-e15314420c8ccf08e7855a0400a3ce76bddff95e.tar.bz2
Merge topic 'iwyu-memory'
71fbebd1dc IWYU: Fix handling of <memory> standard header Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Marc Chevrier <marc.chevrier@gmail.com> Merge-request: !3536
Diffstat (limited to 'Source/CPack')
-rw-r--r--Source/CPack/cmCPackGenerator.cxx2
-rw-r--r--Source/CPack/cpack.cxx1
2 files changed, 1 insertions, 2 deletions
diff --git a/Source/CPack/cmCPackGenerator.cxx b/Source/CPack/cmCPackGenerator.cxx
index 7e07ff4..4a91698 100644
--- a/Source/CPack/cmCPackGenerator.cxx
+++ b/Source/CPack/cmCPackGenerator.cxx
@@ -7,7 +7,7 @@
#include "cmsys/RegularExpression.hxx"
#include <algorithm>
#include <cstring>
-#include <memory> // IWYU pragma: keep
+#include <memory>
#include <utility>
#include "cmCPackComponentGroup.h"
diff --git a/Source/CPack/cpack.cxx b/Source/CPack/cpack.cxx
index 58b9e70..67b7ea6 100644
--- a/Source/CPack/cpack.cxx
+++ b/Source/CPack/cpack.cxx
@@ -5,7 +5,6 @@
#include "cmsys/Encoding.hxx"
#include <iostream>
#include <map>
-#include <memory> // IWYU pragma: keep
#include <sstream>
#include <stddef.h>
#include <string>