diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-01-23 22:11:20 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-01-24 10:14:09 +0100 |
commit | fc2d155f42db5949e68df54635acaa944aa980b9 (patch) | |
tree | 45991f7eec95dde4c5f45dcdf64ded7910fd0c28 /sw/inc/IDocumentLayoutAccess.hxx | |
parent | a7d67762f116ca85181b4ae4053141ea68e6d6f8 (diff) |
Fix some IWYU warnings
Change-Id: I4b6e799c1afc2a762a3729ee89f3226c59a6eef8
Reviewed-on: https://gerrit.libreoffice.org/48462
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'sw/inc/IDocumentLayoutAccess.hxx')
-rw-r--r-- | sw/inc/IDocumentLayoutAccess.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/inc/IDocumentLayoutAccess.hxx b/sw/inc/IDocumentLayoutAccess.hxx index bc1c4aa65e4f..67c1b908abd2 100644 --- a/sw/inc/IDocumentLayoutAccess.hxx +++ b/sw/inc/IDocumentLayoutAccess.hxx @@ -20,14 +20,13 @@ #ifndef INCLUDED_SW_INC_IDOCUMENTLAYOUTACCESS_HXX #define INCLUDED_SW_INC_IDOCUMENTLAYOUTACCESS_HXX -#include "swtypes.hxx" - class SwViewShell; class SwRootFrame; class SwFrameFormat; class SfxItemSet; class SwLayouter; class SwFormatAnchor; +enum class RndStdIds; /** Provides access to the layout of a document. */ |