diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2020-04-06 00:37:10 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-04-06 12:08:21 +0200 |
commit | 6c7d51643634a4a4111f673760567e10e48467d0 (patch) | |
tree | a8297583b292ddbbb13d5ba76b6ada62d0ca821c /lotuswordpro/inc/lwptools.hxx | |
parent | ed45d08f4e60ae0e6f0c1516489c6d06c318f7ce (diff) |
tdf#42949 Fix IWYU warnings in lotuswordpro/inc/*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I6bb0a9d668a2acf64e965bf74823b43f3ec2c8ee
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91733
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'lotuswordpro/inc/lwptools.hxx')
-rw-r--r-- | lotuswordpro/inc/lwptools.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lotuswordpro/inc/lwptools.hxx b/lotuswordpro/inc/lwptools.hxx index 3013c20435da..7a360cdda9ea 100644 --- a/lotuswordpro/inc/lwptools.hxx +++ b/lotuswordpro/inc/lwptools.hxx @@ -61,7 +61,8 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_LWPTOOLS_HXX #define INCLUDED_LOTUSWORDPRO_INC_LWPTOOLS_HXX -#include "lwpheader.hxx" +#include <config_lgpl.h> + #include "lwpobjstrm.hxx" #include "localtime.hxx" #include "xfilter/xfdatestyle.hxx" |