diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2021-12-16 20:59:35 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2021-12-20 10:06:34 +0100 |
commit | 807f238f12e0774fabf507a17ca0ba9204d47833 (patch) | |
tree | 37f51c4539aa07ce707dcf81d2e9dc4e16186d15 /include/editeng | |
parent | 309c8bd4fc5cc7034754b90d6306bbe4084be4d9 (diff) |
Recheck include/[e-r]* with IWYU
See tdf#42949 for motivation
Change-Id: I44e4e3a88067c1c29ce9d563b22741e984b43576
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126964
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'include/editeng')
-rw-r--r-- | include/editeng/editund2.hxx | 1 | ||||
-rw-r--r-- | include/editeng/editview.hxx | 1 | ||||
-rw-r--r-- | include/editeng/overflowingtxt.hxx | 2 | ||||
-rw-r--r-- | include/editeng/txtrange.hxx | 1 | ||||
-rw-r--r-- | include/editeng/unoforou.hxx | 1 | ||||
-rw-r--r-- | include/editeng/unoipset.hxx | 1 | ||||
-rw-r--r-- | include/editeng/unonames.hxx | 2 | ||||
-rw-r--r-- | include/editeng/xmlcnitm.hxx | 1 |
8 files changed, 2 insertions, 8 deletions
diff --git a/include/editeng/editund2.hxx b/include/editeng/editund2.hxx index fb8d66b99443..3f6975a3a2e8 100644 --- a/include/editeng/editund2.hxx +++ b/include/editeng/editund2.hxx @@ -20,7 +20,6 @@ #ifndef INCLUDED_EDITENG_EDITUND2_HXX #define INCLUDED_EDITENG_EDITUND2_HXX -#include <config_options.h> #include <editeng/editengdllapi.h> #include <svl/undo.hxx> diff --git a/include/editeng/editview.hxx b/include/editeng/editview.hxx index 8332e516915d..f610f5ee6bf5 100644 --- a/include/editeng/editview.hxx +++ b/include/editeng/editview.hxx @@ -20,7 +20,6 @@ #ifndef INCLUDED_EDITENG_EDITVIEW_HXX #define INCLUDED_EDITENG_EDITVIEW_HXX -#include <config_options.h> #include <memory> #include <com/sun/star/i18n/WordType.hpp> diff --git a/include/editeng/overflowingtxt.hxx b/include/editeng/overflowingtxt.hxx index 1c11c7797d00..031b4d82d9d5 100644 --- a/include/editeng/overflowingtxt.hxx +++ b/include/editeng/overflowingtxt.hxx @@ -20,12 +20,10 @@ #ifndef INCLUDED_EDITENG_OVERFLOWINGTXT_HXX #define INCLUDED_EDITENG_OVERFLOWINGTXT_HXX -#include <config_options.h> #include <editeng/editengdllapi.h> #include <editeng/editdata.hxx> #include <com/sun/star/uno/Reference.h> -#include <memory> #include <optional> namespace com::sun::star { diff --git a/include/editeng/txtrange.hxx b/include/editeng/txtrange.hxx index ab6be6d283a2..c6661f687dad 100644 --- a/include/editeng/txtrange.hxx +++ b/include/editeng/txtrange.hxx @@ -24,7 +24,6 @@ #include <tools/gen.hxx> #include <tools/poly.hxx> #include <deque> -#include <memory> #include <optional> namespace basegfx { diff --git a/include/editeng/unoforou.hxx b/include/editeng/unoforou.hxx index bbc92541735c..a4535d83bf77 100644 --- a/include/editeng/unoforou.hxx +++ b/include/editeng/unoforou.hxx @@ -24,7 +24,6 @@ #include <editeng/editengdllapi.h> #include <editeng/editdata.hxx> #include <svl/itemset.hxx> -#include <memory> #include <optional> class Outliner; diff --git a/include/editeng/unoipset.hxx b/include/editeng/unoipset.hxx index b4ea97f6cb28..5a0ac105c176 100644 --- a/include/editeng/unoipset.hxx +++ b/include/editeng/unoipset.hxx @@ -22,7 +22,6 @@ #include <editeng/editengdllapi.h> #include <svl/itemprop.hxx> -#include <memory> #include <vector> namespace com::sun::star::beans { class XPropertySetInfo; } diff --git a/include/editeng/unonames.hxx b/include/editeng/unonames.hxx index 29bb46a97c3d..2e5b44e1ad88 100644 --- a/include/editeng/unonames.hxx +++ b/include/editeng/unonames.hxx @@ -10,6 +10,8 @@ #ifndef INCLUDED_EDITENG_UNONAMES_HXX #define INCLUDED_EDITENG_UNONAMES_HXX +#include <rtl/ustring.hxx> + // Common across fields inline constexpr OUStringLiteral UNO_TC_PROP_ANCHOR = u"Anchor"; inline constexpr OUStringLiteral UNO_TC_PROP_TEXTFIELD_TYPE = u"TextFieldType"; diff --git a/include/editeng/xmlcnitm.hxx b/include/editeng/xmlcnitm.hxx index f3b44e062e00..a0ee0a63fb55 100644 --- a/include/editeng/xmlcnitm.hxx +++ b/include/editeng/xmlcnitm.hxx @@ -22,7 +22,6 @@ #include <svl/poolitem.hxx> #include <editeng/editengdllapi.h> -#include <memory> #include <xmloff/xmlcnimp.hxx> |