diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2020-03-20 10:36:23 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-03-20 16:38:16 +0100 |
commit | b664a4c4925c9f107af270f9a792d093d4973226 (patch) | |
tree | 21e42234f5b981a7cc2c53cd77eadc3c8f705d03 /oox/source/token | |
parent | 0e533a5f5ae647f90b966bf79fe8a8c355ccaf28 (diff) |
tdf#42949 Fix IWYU warnings in oox/source/[e-v]*/*cxx
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I6cd335e3055ca1dcebcaf0b26ec843b1937f0bce
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90773
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'oox/source/token')
-rw-r--r-- | oox/source/token/tokenmap.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/oox/source/token/tokenmap.cxx b/oox/source/token/tokenmap.cxx index 185bc1afcab2..9318971226e7 100644 --- a/oox/source/token/tokenmap.cxx +++ b/oox/source/token/tokenmap.cxx @@ -20,7 +20,6 @@ #include <oox/token/tokenmap.hxx> #include <string.h> -#include <rtl/strbuf.hxx> #include <rtl/string.hxx> #include <oox/token/tokens.hxx> |