From 189d3e10c7d25138c58f28ca4f5c041f1a9f4494 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Wed, 11 Apr 2018 23:06:28 +0200 Subject: sw: fix some IWYU warnings Change-Id: I0241707fcdf1d22131ce35fb64488fcf6d669675 Reviewed-on: https://gerrit.libreoffice.org/52750 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- sw/inc/accmap.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sw/inc/accmap.hxx') diff --git a/sw/inc/accmap.hxx b/sw/inc/accmap.hxx index f4ed96f3fc59..12ccb97b7111 100644 --- a/sw/inc/accmap.hxx +++ b/sw/inc/accmap.hxx @@ -20,7 +20,6 @@ #define INCLUDED_SW_INC_ACCMAP_HXX #include -#include #include #include #include @@ -35,7 +34,6 @@ class SwAccessibleParagraph; class SwViewShell; -namespace tools { class Rectangle; } class SwFrame; class SwTextFrame; class SwPageFrame; @@ -55,6 +53,7 @@ class SwFEShell; class Fraction; struct PreviewPage; namespace vcl { class Window; } +namespace com { namespace sun { namespace star { namespace accessibility { class XAccessible; } } } } // The shape list is filled if an accessible shape is destroyed. It // simply keeps a reference to the accessible shape's XShape. These -- cgit