[Libreoffice-commits] core.git: starmath/inc starmath/source

Takeshi Abe tabe at fixedpoint.jp
Tue Apr 12 12:55:12 UTC 2016


 starmath/inc/node.hxx    |    1 -
 starmath/source/view.cxx |    1 -
 2 files changed, 2 deletions(-)

New commits:
commit 3bbd98301ad95a9aff74bd2ae08c1e2e04a0f10b
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Mon Apr 11 19:42:02 2016 +0900

    starmath: Drop unused #include
    
    Change-Id: I3ca3f7732583111c8f49cc6fc71ba9fcada08f96
    Reviewed-on: https://gerrit.libreoffice.org/23990
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Michael Stahl <mstahl at redhat.com>

diff --git a/starmath/inc/node.hxx b/starmath/inc/node.hxx
index 2fc3b66..48442a2 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 6510400..0ada602 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"


More information about the Libreoffice-commits mailing list