From d76b9cc0e96e06777c683ba172e04454c8893c84 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 5 Feb 2021 16:24:26 +0000 Subject: drop some unneeded includes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I3cd72110ae2601b1b11539702c5fb91086d779eb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110486 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- sw/source/uibase/docvw/AnnotationWin.cxx | 4 ---- sw/source/uibase/docvw/AnnotationWin2.cxx | 2 -- 2 files changed, 6 deletions(-) (limited to 'sw') diff --git a/sw/source/uibase/docvw/AnnotationWin.cxx b/sw/source/uibase/docvw/AnnotationWin.cxx index 34edc64425f5..084aa066bf03 100644 --- a/sw/source/uibase/docvw/AnnotationWin.cxx +++ b/sw/source/uibase/docvw/AnnotationWin.cxx @@ -25,10 +25,6 @@ #include -#include -#include -#include -#include #include #include #include diff --git a/sw/source/uibase/docvw/AnnotationWin2.cxx b/sw/source/uibase/docvw/AnnotationWin2.cxx index 36f179869e45..f0f9235a1566 100644 --- a/sw/source/uibase/docvw/AnnotationWin2.cxx +++ b/sw/source/uibase/docvw/AnnotationWin2.cxx @@ -51,9 +51,7 @@ #include #include -#include #include -#include #include #include #include -- cgit