summaryrefslogtreecommitdiff
path: root/chart2
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 /chart2
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 'chart2')
-rw-r--r--chart2/inc/pch/precompiled_chartopengl.hxx1
-rw-r--r--chart2/source/view/main/DummyXShape.cxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/chart2/inc/pch/precompiled_chartopengl.hxx b/chart2/inc/pch/precompiled_chartopengl.hxx
index f1981a13e6a3..ffcb6ed83d09 100644
--- a/chart2/inc/pch/precompiled_chartopengl.hxx
+++ b/chart2/inc/pch/precompiled_chartopengl.hxx
@@ -45,7 +45,6 @@
#include <iostream>
#include <rtl/math.hxx>
#include <rtl/ustring.hxx>
-#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <string>
diff --git a/chart2/source/view/main/DummyXShape.cxx b/chart2/source/view/main/DummyXShape.cxx
index 7d81b5581228..eec97ff3395d 100644
--- a/chart2/source/view/main/DummyXShape.cxx
+++ b/chart2/source/view/main/DummyXShape.cxx
@@ -8,7 +8,6 @@
*/
#include "DummyXShape.hxx"
-#include <stdio.h>
#include <string>
#include <vector>
#include <iostream>