diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2016-04-11 19:42:02 +0900 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-04-12 12:54:52 +0000 |
commit | 3bbd98301ad95a9aff74bd2ae08c1e2e04a0f10b (patch) | |
tree | 0ca8225a6025d7b9ff2c7254f05fc18edd88e90e /starmath/source/view.cxx | |
parent | afe7392f88d8aa42f20a62788a14a132617f6602 (diff) |
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/source/view.cxx')
-rw-r--r-- | starmath/source/view.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
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" |