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/format.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/format.hxx')
-rw-r--r-- | sw/inc/format.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/inc/format.hxx b/sw/inc/format.hxx index 19f8fa2aac6d..203a7f286bcf 100644 --- a/sw/inc/format.hxx +++ b/sw/inc/format.hxx @@ -19,11 +19,9 @@ #ifndef INCLUDED_SW_INC_FORMAT_HXX #define INCLUDED_SW_INC_FORMAT_HXX -#include <tools/solar.h> #include "swdllapi.h" #include "swatrset.hxx" #include "calbck.hxx" -#include "hintids.hxx" #include <memory> class IDocumentSettingAccess; |