summaryrefslogtreecommitdiff
path: root/sc/inc/calcmacros.hxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-07-02 00:40:24 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-07-09 09:20:34 +0200
commitf6e72cf4f70ac4f7bc6ace7c0cdb5e2afa13199a (patch)
treef9bdff741e11595f56ace494d51461e33659e369 /sc/inc/calcmacros.hxx
parent9a15a75dfa7ab8c5d51c411e0e39d68d22b7587a (diff)
tdf#42949 Fix IWYU warnings in sc/inc
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. New IWYU and recent developments in f-u-i helped to identify some non self contained files, those were fixed too. Change-Id: I3b33b0dee7d7c9afc136510898039cab53990ddf Reviewed-on: https://gerrit.libreoffice.org/74980 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sc/inc/calcmacros.hxx')
-rw-r--r--sc/inc/calcmacros.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/inc/calcmacros.hxx b/sc/inc/calcmacros.hxx
index d5cffd5db88b..ca51c62adb54 100644
--- a/sc/inc/calcmacros.hxx
+++ b/sc/inc/calcmacros.hxx
@@ -30,8 +30,6 @@
DEBUG_FORMULA_COMPILER || \
DEBUG_AREA_BROADCASTER
#include <iostream>
-#include <string>
-#include <cstdio>
using std::cout;
using std::cerr;
using std::endl;