summaryrefslogtreecommitdiff
path: root/include/o3tl
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2021-04-01 09:40:51 +0200
committerMiklos Vajna <vmiklos@collabora.com>2021-04-09 11:56:36 +0200
commit2633d5f97ff45cc4a7f016bee1f2e8f92a60d2fb (patch)
tree248eafb1e97bf19315d698d1243c7f74dad40a09 /include/o3tl
parent28a9a92105f3155d82fd9e31095efabd3ec706ea (diff)
Recheck include/ with IWYU
See tdf#42949 for motivation Change-Id: Ifc253bf800bb1468b5774663a93f4fb30bec81d3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113657 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'include/o3tl')
-rw-r--r--include/o3tl/cow_wrapper.hxx1
-rw-r--r--include/o3tl/lazy_update.hxx2
-rw-r--r--include/o3tl/typed_flags_set.hxx1
-rw-r--r--include/o3tl/vector_utils.hxx2
4 files changed, 2 insertions, 4 deletions
diff --git a/include/o3tl/cow_wrapper.hxx b/include/o3tl/cow_wrapper.hxx
index b9c463b852e4..8cc3651030fd 100644
--- a/include/o3tl/cow_wrapper.hxx
+++ b/include/o3tl/cow_wrapper.hxx
@@ -20,7 +20,6 @@
#ifndef INCLUDED_O3TL_COW_WRAPPER_HXX
#define INCLUDED_O3TL_COW_WRAPPER_HXX
-#include <memory>
#include <osl/interlck.h>
#include <utility>
diff --git a/include/o3tl/lazy_update.hxx b/include/o3tl/lazy_update.hxx
index 951a9bb7bdc2..ddff217a722c 100644
--- a/include/o3tl/lazy_update.hxx
+++ b/include/o3tl/lazy_update.hxx
@@ -20,8 +20,6 @@
#ifndef INCLUDED_O3TL_LAZY_UPDATE_HXX
#define INCLUDED_O3TL_LAZY_UPDATE_HXX
-#include <utility>
-
namespace o3tl
{
/** Update output object lazily
diff --git a/include/o3tl/typed_flags_set.hxx b/include/o3tl/typed_flags_set.hxx
index bf795908bad5..7c9053bcd4f0 100644
--- a/include/o3tl/typed_flags_set.hxx
+++ b/include/o3tl/typed_flags_set.hxx
@@ -26,7 +26,6 @@
#include <type_traits>
#include <o3tl/underlyingenumvalue.hxx>
-#include <sal/types.h>
namespace o3tl {
diff --git a/include/o3tl/vector_utils.hxx b/include/o3tl/vector_utils.hxx
index dc6d80a9ffbc..1fe34bcaf470 100644
--- a/include/o3tl/vector_utils.hxx
+++ b/include/o3tl/vector_utils.hxx
@@ -10,6 +10,8 @@
#pragma once
+#include <algorithm>
+#include <unordered_set>
#include <vector>
namespace o3tl