summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-05-17 18:54:22 +0200
committerJulien Nabet <serval2412@yahoo.fr>2015-05-18 05:33:52 +0000
commit3aebc670e1816a8f4f0759e97d8f39b6aab05044 (patch)
treeaabce7a2757deb868d7e5b44301c12e310881ca1 /starmath
parentcac5ba9ac59a89c43c052c7bbb8e44fa86d86849 (diff)
Remove include stdio (part2)
Change-Id: Iae58d107d8df1c543a165086fb2b7c288e7121dd Reviewed-on: https://gerrit.libreoffice.org/15775 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'starmath')
-rw-r--r--starmath/inc/node.hxx1
-rw-r--r--starmath/inc/pch/precompiled_sm.hxx1
-rw-r--r--starmath/source/parse.cxx2
3 files changed, 0 insertions, 4 deletions
diff --git a/starmath/inc/node.hxx b/starmath/inc/node.hxx
index 540de952c9bf..89620a439865 100644
--- a/starmath/inc/node.hxx
+++ b/starmath/inc/node.hxx
@@ -22,7 +22,6 @@
#include <vector>
#include <ostream>
-#include <stdio.h>
#include "types.hxx"
#include "token.hxx"
diff --git a/starmath/inc/pch/precompiled_sm.hxx b/starmath/inc/pch/precompiled_sm.hxx
index 5f9ad05f4a47..f910c3dde627 100644
--- a/starmath/inc/pch/precompiled_sm.hxx
+++ b/starmath/inc/pch/precompiled_sm.hxx
@@ -129,7 +129,6 @@
#include <sot/formats.hxx>
#include <sot/storage.hxx>
#include <stack>
-#include <stdio.h>
#include <svl/eitem.hxx>
#include <svl/fstathelper.hxx>
#include <svl/hint.hxx>
diff --git a/starmath/source/parse.cxx b/starmath/source/parse.cxx
index f8bdc5f13cc2..fd7bd31e0760 100644
--- a/starmath/source/parse.cxx
+++ b/starmath/source/parse.cxx
@@ -17,8 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <stdio.h>
-
#include <com/sun/star/i18n/UnicodeType.hpp>
#include <i18nlangtag/lang.h>
#include <unotools/charclass.hxx>