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

New commits:
commit 3bbd98301ad95a9aff74bd2ae08c1e2e04a0f10b
Author: Takeshi Abe <t...@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 <c...@libreoffice.org>
    Reviewed-by: Michael Stahl <mst...@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"
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to