diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-11-08 23:35:22 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2018-11-20 10:42:40 +0100 |
commit | a87a062fd4fac61fde6aa7f6b4277cc77438d119 (patch) | |
tree | c8475c940f0a83b60a6127fbe25d85e56ba4a41c /sc/qa/unit/range.cxx | |
parent | 228fed36aba7d6a9d02911bcf602218682442a56 (diff) |
tdf#42949 Fix IWYU warnings in sc/qa/{perf,unit}/*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I031faa67192f21d20938c8cc8056db138326a1ca
Reviewed-on: https://gerrit.libreoffice.org/63143
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sc/qa/unit/range.cxx')
-rw-r--r-- | sc/qa/unit/range.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/qa/unit/range.cxx b/sc/qa/unit/range.cxx index 67f4ecb92194..4eb490d81b56 100644 --- a/sc/qa/unit/range.cxx +++ b/sc/qa/unit/range.cxx @@ -10,7 +10,6 @@ #include <sal/config.h> #include <test/bootstrapfixture.hxx> #include <unotools/configmgr.hxx> -#include "helper/qahelper.hxx" #include <document.hxx> #include <docsh.hxx> #include <global.hxx> |