diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-05-14 07:56:01 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-05-29 09:04:52 +0200 |
commit | a03a63edd3cfbbacd4e9f59b315095fbeb70873c (patch) | |
tree | 3fb052521ccbaf85f7eb402d50569e6f64ca982c /sc/inc/mtvcellfunc.hxx | |
parent | b7ae863efeb082816cc4fe660527a9650d90e186 (diff) |
tdf#42949 Fix IWYU warnings in sc/inc/m*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I43882919048c23e9b8d305f8cbba8f120207bb93
Reviewed-on: https://gerrit.libreoffice.org/54824
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sc/inc/mtvcellfunc.hxx')
-rw-r--r-- | sc/inc/mtvcellfunc.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/inc/mtvcellfunc.hxx b/sc/inc/mtvcellfunc.hxx index 195e6449007a..145d1ee38779 100644 --- a/sc/inc/mtvcellfunc.hxx +++ b/sc/inc/mtvcellfunc.hxx @@ -13,8 +13,6 @@ #include "mtvelements.hxx" #include "mtvfunctions.hxx" -#include <functional> - class ScFormulaCell; namespace sc { |