diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-12-18 21:37:52 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-12-20 10:40:04 +0100 |
commit | 0c595cff64674c868f38392b6e4511f8133ae1b1 (patch) | |
tree | f7fe1f938ccf4687456da16dba7f83f119d86ad5 /editeng/source/outliner/outleeng.cxx | |
parent | aa7a23f4f71853b7a256435404b7f73ddefc061e (diff) |
tdf#42949 Fix IWYU warnings in editeng/
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I8d56ef332c18b03d44489762bd6bf540b893b599
Reviewed-on: https://gerrit.libreoffice.org/85429
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'editeng/source/outliner/outleeng.cxx')
-rw-r--r-- | editeng/source/outliner/outleeng.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/editeng/source/outliner/outleeng.cxx b/editeng/source/outliner/outleeng.cxx index fe122a91fb0a..97a622a59fa1 100644 --- a/editeng/source/outliner/outleeng.cxx +++ b/editeng/source/outliner/outleeng.cxx @@ -17,20 +17,14 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <svl/intitem.hxx> #include <editeng/editeng.hxx> -#include <editeng/editview.hxx> -#include <editeng/editdata.hxx> #include <editeng/eerdll.hxx> -#include <editeng/lrspitem.hxx> -#include <editeng/fhgtitem.hxx> #include <editeng/outliner.hxx> #include "outleeng.hxx" #include "paralist.hxx" #include <editeng/editrids.hrc> #include <svl/itemset.hxx> -#include <editeng/eeitem.hxx> #include <editeng/editstat.hxx> #include "outlundo.hxx" |