From 3aebc670e1816a8f4f0759e97d8f39b6aab05044 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sun, 17 May 2015 18:54:22 +0200 Subject: Remove include stdio (part2) Change-Id: Iae58d107d8df1c543a165086fb2b7c288e7121dd Reviewed-on: https://gerrit.libreoffice.org/15775 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- starmath/inc/node.hxx | 1 - starmath/inc/pch/precompiled_sm.hxx | 1 - starmath/source/parse.cxx | 2 -- 3 files changed, 4 deletions(-) (limited to 'starmath') 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 #include -#include #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 #include #include -#include #include #include #include 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 - #include #include #include -- cgit