| commit | e00d5f21fe7be1ccf31d35c12dcdda289321590e | [log] |
|---|---|---|
| author | Miklos Vajna <vmiklos@collabora.com> | Wed Jan 09 15:05:42 2019 +0100 |
| committer | Stephan Bergmann <sbergman@redhat.com> | Thu Jan 10 08:27:27 2019 +0100 |
| tree | bde99313b21b86fef829706412c937bd32748fc1 | |
| parent | dac7be50cff94e0c34cdca5ac7e35c19685c40c1 [diff] |
Revert "tdf#42949 Fix IWYU warnings in include/rtl/*" This partilally reverts commit 55ca35ab99fb1164cb2095384ed0937a533d9d3c, the removal of <utility> was not correct, std::move() still requires it. Change-Id: I1f905e332874b0aa72f537e37251f822258577d6 Reviewed-on: https://gerrit.libreoffice.org/66033 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
diff --git a/include/rtl/string.hxx b/include/rtl/string.hxx index b26aa23..c60cb8d 100644 --- a/include/rtl/string.hxx +++ b/include/rtl/string.hxx
@@ -26,6 +26,7 @@ #include <cstddef> #include <new> #include <ostream> #include <utility> #include <string.h> #if defined LIBO_INTERNAL_ONLY
diff --git a/include/rtl/ustring.hxx b/include/rtl/ustring.hxx index bf63efc..c6e3760 100644 --- a/include/rtl/ustring.hxx +++ b/include/rtl/ustring.hxx
@@ -26,6 +26,7 @@ #include <cstddef> #include <new> #include <ostream> #include <utility> #if defined LIBO_INTERNAL_ONLY #include <string_view>