diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2022-01-16 15:29:00 +0100 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2022-01-17 01:33:35 +0100 |
commit | e3206e67402f623bac17ca94a20dfb45391dcb48 (patch) | |
tree | 9760a8e135bd39a916a1931445a04df26c1fe324 /formula | |
parent | 52443996eff721e612ac4afc1eb1a53bb8a3e06f (diff) |
Recheck modules [e-f]* with IWYU
See tdf#42949 for motivation
Change-Id: I49a3ce10dee4b03f99156f5b641f69448e1d5617
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128479
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'formula')
-rw-r--r-- | formula/inc/core_resource.hrc | 1 | ||||
-rw-r--r-- | formula/source/core/api/grammar.cxx | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/formula/inc/core_resource.hrc b/formula/inc/core_resource.hrc index ba09355ce284..111fafdedc88 100644 --- a/formula/inc/core_resource.hrc +++ b/formula/inc/core_resource.hrc @@ -21,6 +21,7 @@ #include <formula/compiler.hxx> #include <utility> +#include <unotools/resmgr.hxx> #define NC_(Context, String) TranslateId(Context, reinterpret_cast<char const *>(u8##String)) diff --git a/formula/source/core/api/grammar.cxx b/formula/source/core/api/grammar.cxx index b43e5436093a..3974ee28d37e 100644 --- a/formula/source/core/api/grammar.cxx +++ b/formula/source/core/api/grammar.cxx @@ -18,7 +18,6 @@ */ #include <formula/grammar.hxx> -#include <tools/debug.hxx> #include <cassert> namespace formula { |