diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-06-26 19:26:42 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-07-05 09:13:08 +0200 |
commit | 970751c818bb46029ab9fc84a45337bdd856d70b (patch) | |
tree | 553b1ee3f5fe9622adaa5ca5f85820f4dcfd7153 /sw/inc/ccoll.hxx | |
parent | bffe6a496fb1c69499770d96fefd7a3609712676 (diff) |
tdf#42949 Fix IWYU warnings in sw/inc/*
New IWYU and recent developments in f-u-i helped to identify
some non self contained files and mostly those were fixed.
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I21550193293b987311c56d8f7c9c3145547d2c6d
Reviewed-on: https://gerrit.libreoffice.org/74909
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw/inc/ccoll.hxx')
-rw-r--r-- | sw/inc/ccoll.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/ccoll.hxx b/sw/inc/ccoll.hxx index 180f9dbe6645..de1ada052b8a 100644 --- a/sw/inc/ccoll.hxx +++ b/sw/inc/ccoll.hxx @@ -21,6 +21,7 @@ #include <rtl/ustring.hxx> #include <svl/poolitem.hxx> +#include <tools/solar.h> #include "swdllapi.h" enum class Master_CollCondition; |