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/inc | |
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/inc')
-rw-r--r-- | starmath/inc/node.hxx | 1 |
1 files changed, 0 insertions, 1 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 |