diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-05-12 21:49:54 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-05-13 13:12:22 +0200 |
commit | d67b8df027545b686f83c7bd9530758b133ab3d3 (patch) | |
tree | a707a1e1ed241991f388515bbe8a01f0bf7a420c /include/formula/formula.hxx | |
parent | 57667603c52e7d6bb82f5040151c8b7defcc6f8a (diff) |
drop some more unneeded includes
Change-Id: Iec71ca870db5f6aaf317e23db369dfc1fa04bcc1
Reviewed-on: https://gerrit.libreoffice.org/72205
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/formula/formula.hxx')
-rw-r--r-- | include/formula/formula.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
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 <sfx2/basedlgs.hxx> #include <tools/gen.hxx> #include <tools/link.hxx> -#include <vcl/dialog.hxx> class NotifyEvent; class SfxBindings; class SfxChildWindow; -namespace vcl { - class Window; -} - namespace formula { |