Kaydet (Commit) e00d5f21 authored tarafından Miklos Vajna's avatar Miklos Vajna Kaydeden (comit) Stephan Bergmann

Revert "tdf#42949 Fix IWYU warnings in include/rtl/*"

This partilally reverts commit 55ca35ab,
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: 's avatarStephan Bergmann <sbergman@redhat.com>
üst dac7be50
......@@ -26,6 +26,7 @@
#include <cstddef>
#include <new>
#include <ostream>
#include <utility>
#include <string.h>
#if defined LIBO_INTERNAL_ONLY
......
......@@ -26,6 +26,7 @@
#include <cstddef>
#include <new>
#include <ostream>
#include <utility>
#if defined LIBO_INTERNAL_ONLY
#include <string_view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment