summaryrefslogtreecommitdiff
path: root/include/svl
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-12-06 00:17:03 +0100
committerMiklos Vajna <vmiklos@collabora.com>2018-12-11 09:29:41 +0100
commit28726190d52b0729339d7257b84b449fafa4c34e (patch)
tree83354e34a370bf29d66d1ab364f6a7a7e125113d /include/svl
parent0ad2302cf6787cacbbaca081a890a0e356a55297 (diff)
find-unneeded-includes: Avoid proposing o3tl fw declaration
This does not really work: even when it seems to, it compiles only because of transitive includes - Filter o3tl/typed_flags_set.hxx in f-u-u - Remove already added fw declarations from hxx files and include full header just in case - Remove now unnecessary blacklist entries Change-Id: Ie0de6667af697095a623b435806449e7e28a6004 Reviewed-on: https://gerrit.libreoffice.org/64659 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'include/svl')
-rw-r--r--include/svl/languageoptions.hxx2
-rw-r--r--include/svl/zforlist.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/svl/languageoptions.hxx b/include/svl/languageoptions.hxx
index 16774a2bf25c..a6fb2d4c51ce 100644
--- a/include/svl/languageoptions.hxx
+++ b/include/svl/languageoptions.hxx
@@ -21,11 +21,11 @@
#include <svl/svldllapi.h>
#include <sal/types.h>
+#include <o3tl/typed_flags_set.hxx>
#include <unotools/configitem.hxx>
#include <unotools/options.hxx>
#include <i18nlangtag/lang.h>
#include <memory>
-namespace o3tl { template <typename T> struct typed_flags; }
// class SvtLanguageOptions ----------------------------------------------------
diff --git a/include/svl/zforlist.hxx b/include/svl/zforlist.hxx
index 143d14e03f50..5d7f0da12984 100644
--- a/include/svl/zforlist.hxx
+++ b/include/svl/zforlist.hxx
@@ -22,6 +22,7 @@
#include <svl/svldllapi.h>
#include <rtl/ustrbuf.hxx>
#include <rtl/ustring.hxx>
+#include <o3tl/typed_flags_set.hxx>
#include <i18nlangtag/lang.h>
#include <com/sun/star/util/NumberFormat.hpp>
#include <unotools/localedatawrapper.hxx>
@@ -36,7 +37,6 @@
namespace com { namespace sun { namespace star { namespace i18n { class XNumberFormatCode; } } } }
namespace com { namespace sun { namespace star { namespace i18n { struct Currency; } } } }
namespace com { namespace sun { namespace star { namespace i18n { struct NumberFormatCode; } } } }
-namespace o3tl { template <typename T> struct typed_flags; }
class Date;
class Color;