summaryrefslogtreecommitdiffstats
path: root/starmath
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2016-04-11 19:42:02 +0900
committerMichael Stahl <mstahl@redhat.com>2016-04-12 12:54:52 +0000
commit3bbd98301ad95a9aff74bd2ae08c1e2e04a0f10b (patch)
tree0ca8225a6025d7b9ff2c7254f05fc18edd88e90e /starmath
parentSVG: Clean up this code a litle bit (diff)
downloadcore-3bbd98301ad95a9aff74bd2ae08c1e2e04a0f10b.tar.gz
core-3bbd98301ad95a9aff74bd2ae08c1e2e04a0f10b.zip
starmath: Drop unused #include
Change-Id: I3ca3f7732583111c8f49cc6fc71ba9fcada08f96 Reviewed-on: https://gerrit.libreoffice.org/23990 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'starmath')
-rw-r--r--starmath/inc/node.hxx1
-rw-r--r--starmath/source/view.cxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/starmath/inc/node.hxx b/starmath/inc/node.hxx
index 2fc3b660f1e6..48442a2261ea 100644
--- a/starmath/inc/node.hxx
+++ b/starmath/inc/node.hxx
@@ -30,7 +30,6 @@
#include <memory>
#include <vector>
#include <deque>
-#include <ostream>
#define ATTR_BOLD 0x0001
#define ATTR_ITALIC 0x0002
diff --git a/starmath/source/view.cxx b/starmath/source/view.cxx
index 65104000332e..0ada602fc3da 100644
--- a/starmath/source/view.cxx
+++ b/starmath/source/view.cxx
@@ -62,7 +62,6 @@
#include <vcl/wrkwin.hxx>
#include <vcl/settings.hxx>
-#include <fstream>
#include <unotools/streamwrap.hxx>
#include "unomodel.hxx"