summaryrefslogtreecommitdiff
path: root/sfx2/source/control/emojiview.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-12-19 20:34:25 +0100
committerMiklos Vajna <vmiklos@collabora.com>2020-01-02 14:43:36 +0100
commit66516930ce3d23e073a9d7fea43fed239a0ea8a4 (patch)
tree156c6bd5831d390e34601a612a80b00c334138cb /sfx2/source/control/emojiview.cxx
parent2c7ef73e99dcecb6c86bcbf19135b89ad9e7db3a (diff)
tdf#42949 Fix IWYU warnings in sfx2/source/[b-c]*/*cxx
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Iefbde5e045b5c0bbfd61d18c80bc76c2fcf0cbaa Reviewed-on: https://gerrit.libreoffice.org/c/core/+/85546 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sfx2/source/control/emojiview.cxx')
-rw-r--r--sfx2/source/control/emojiview.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sfx2/source/control/emojiview.cxx b/sfx2/source/control/emojiview.cxx
index 65d9c5d415d5..571681474335 100644
--- a/sfx2/source/control/emojiview.cxx
+++ b/sfx2/source/control/emojiview.cxx
@@ -9,21 +9,18 @@
#include <sfx2/emojiview.hxx>
#include <sfx2/emojiviewitem.hxx>
-#include <sfx2/templatelocalview.hxx>
-#include <tools/urlobj.hxx>
-#include <vcl/layout.hxx>
#include <rtl/bootstrap.hxx>
#include <sal/log.hxx>
#include <config_folders.h>
#include <officecfg/Office/Common.hxx>
#include <comphelper/processfactory.hxx>
+#include <vcl/event.hxx>
#include <orcus/json_document_tree.hpp>
#include <orcus/config.hpp>
#include <orcus/pstring.hpp>
#include <string>
#include <fstream>
-#include <streambuf>
#include <vcl/builderfactory.hxx>
using namespace ::com::sun::star;