summaryrefslogtreecommitdiff
path: root/starmath/inc/dialog.hxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-12-26 18:39:47 +0100
committerMiklos Vajna <vmiklos@collabora.com>2019-01-04 10:23:49 +0100
commit9ec128f8377182c0c50a4c5e6f21cd9b061ef016 (patch)
treec7ad31a7104824dee1d820ccda09b42f73d8b0a1 /starmath/inc/dialog.hxx
parentb29f6e605210477ab9e13f0dad76d83023b360f2 (diff)
tdf#42949 Fix IWYU warnings in starmath/inc/*hxx & starmath/source/*hxx
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: If1a597f4c2241dc1ad5687d81199bbc5745e711f Reviewed-on: https://gerrit.libreoffice.org/65624 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'starmath/inc/dialog.hxx')
-rw-r--r--starmath/inc/dialog.hxx11
1 files changed, 5 insertions, 6 deletions
diff --git a/starmath/inc/dialog.hxx b/starmath/inc/dialog.hxx
index 2e2300a9aa64..63426947f059 100644
--- a/starmath/inc/dialog.hxx
+++ b/starmath/inc/dialog.hxx
@@ -20,17 +20,16 @@
#define INCLUDED_STARMATH_INC_DIALOG_HXX
#include <sfx2/tabdlg.hxx>
-#include <svx/charmap.hxx>
-#include <sfx2/basedlgs.hxx>
#include <vcl/outdev.hxx>
-#include <svtools/ctrlbox.hxx>
-#include <svtools/ctrltool.hxx>
-#include "utility.hxx"
-#include "format.hxx"
+#include <vcl/customweld.hxx>
#include "symbol.hxx"
#include <memory>
class SubsetMap;
+class SmFormat;
+class FontList;
+class SvxShowCharSet;
+
#define CATEGORY_NONE 0xFFFF
/**************************************************************************/