From d67b8df027545b686f83c7bd9530758b133ab3d3 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sun, 12 May 2019 21:49:54 +0100 Subject: drop some more unneeded includes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Iec71ca870db5f6aaf317e23db369dfc1fa04bcc1 Reviewed-on: https://gerrit.libreoffice.org/72205 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- include/formula/formula.hxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/formula/formula.hxx') diff --git a/include/formula/formula.hxx b/include/formula/formula.hxx index 5c1db3aca36b..c6a237ac9d59 100644 --- a/include/formula/formula.hxx +++ b/include/formula/formula.hxx @@ -31,16 +31,11 @@ #include #include #include -#include class NotifyEvent; class SfxBindings; class SfxChildWindow; -namespace vcl { - class Window; -} - namespace formula { -- cgit