diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-10-28 00:40:27 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2018-11-14 09:48:28 +0100 |
commit | f644e4be3c8568c34aca1a63d566269ce084eca2 (patch) | |
tree | 7d21ebc393bd805b1af76d4faaf21d357ae96561 /editeng/source/items/justifyitem.cxx | |
parent | f750d900e5dac6f3f2d24bbbc0b8a319496c6760 (diff) |
tdf#42949 Fix IWYU warnings in include/svl/*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Ide75232858599c275e023c2300201090acd22307
Reviewed-on: https://gerrit.libreoffice.org/63237
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'editeng/source/items/justifyitem.cxx')
-rw-r--r-- | editeng/source/items/justifyitem.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editeng/source/items/justifyitem.cxx b/editeng/source/items/justifyitem.cxx index c22b989bfc0e..d010f72d58b1 100644 --- a/editeng/source/items/justifyitem.cxx +++ b/editeng/source/items/justifyitem.cxx @@ -23,6 +23,7 @@ #include <editeng/eerdll.hxx> #include <tools/stream.hxx> +#include <tools/debug.hxx> #include <com/sun/star/table/CellHoriJustify.hpp> #include <com/sun/star/style/ParagraphAdjust.hpp> |