diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-02-20 21:24:25 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-02-21 12:14:18 +0100 |
commit | 7bde30fd651c0e6d0a0d6a09e51e549fbbc03d4d (patch) | |
tree | ef69e86280a3980cd0fc51685be72bb72b7a3434 /sw/inc/fmtline.hxx | |
parent | e86fb2edfdca48b92b11c149002ab2b06a630b94 (diff) |
Fix some IWYU warnings
Change-Id: If1e6727e4b5bb225495e20d5dfb78fa5da770f75
Reviewed-on: https://gerrit.libreoffice.org/50060
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sw/inc/fmtline.hxx')
-rw-r--r-- | sw/inc/fmtline.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/fmtline.hxx b/sw/inc/fmtline.hxx index 84e4d56e6e35..8bba534cd392 100644 --- a/sw/inc/fmtline.hxx +++ b/sw/inc/fmtline.hxx @@ -21,8 +21,8 @@ #include <svl/poolitem.hxx> #include "hintids.hxx" -#include "format.hxx" #include "swdllapi.h" +#include "swatrset.hxx" class IntlWrapper; |