summaryrefslogtreecommitdiff
path: root/starmath/source/dialog.cxx
diff options
context:
space:
mode:
authorJochen Nitschke <j.nitschke+logerrit@ok.de>2017-08-02 09:07:31 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-08-03 09:18:44 +0200
commit1a68c13518a4fd7e87098dccf4e1df3b36b57469 (patch)
tree013f380aced37a1fa5fd7a74c3d2f9e18439eb31 /starmath/source/dialog.cxx
parent0b725f98d64f2413d064e487ca7869ac258e6c4e (diff)
starmath: cleanup includes with iwyu
Change-Id: I6de145f8b59d3ebcbc0cb32df3f955c9ee738eeb Reviewed-on: https://gerrit.libreoffice.org/40666 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'starmath/source/dialog.cxx')
-rw-r--r--starmath/source/dialog.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/starmath/source/dialog.cxx b/starmath/source/dialog.cxx
index 031f57c31f2c..c6e85c62db0e 100644
--- a/starmath/source/dialog.cxx
+++ b/starmath/source/dialog.cxx
@@ -25,19 +25,14 @@
#include <svl/eitem.hxx>
#include <svl/intitem.hxx>
#include <svl/stritem.hxx>
-#include <sfx2/app.hxx>
#include <vcl/builderfactory.hxx>
#include <vcl/layout.hxx>
-#include <vcl/msgbox.hxx>
#include <svtools/ctrltool.hxx>
-#include <sfx2/printer.hxx>
-#include <vcl/help.hxx>
#include <vcl/waitobj.hxx>
#include <vcl/settings.hxx>
#include <vcl/wall.hxx>
#include <vcl/fontcharmap.hxx>
#include <sfx2/dispatch.hxx>
-#include <osl/diagnose.h>
#include <svx/ucsubset.hxx>
#include "dialog.hxx"
@@ -48,8 +43,6 @@
#include "smmod.hxx"
#include "symbol.hxx"
#include "view.hxx"
-#include "document.hxx"
-#include "unomodel.hxx"
#include <algorithm>