summaryrefslogtreecommitdiff
path: root/animations
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2020-10-31 14:28:47 +0100
committerMiklos Vajna <vmiklos@collabora.com>2020-11-05 14:57:25 +0100
commit0505a00a9ba827e39338b295ab6f73743d5c80b9 (patch)
tree0cee285db5b06b7271c94bec78fae814ad57c866 /animations
parenta129f3b20bd8e28c931e5318d981daa51af067d3 (diff)
tdf#42949 Fix new IWYU warnings in directories [ab]*
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ib0008b9bb095f27e5e436d6b507dc709ab7bf01a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105313 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'animations')
-rw-r--r--animations/source/animcore/animcore.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/animations/source/animcore/animcore.cxx b/animations/source/animcore/animcore.cxx
index b87482a0c4cd..2347dc08a231 100644
--- a/animations/source/animcore/animcore.cxx
+++ b/animations/source/animcore/animcore.cxx
@@ -59,7 +59,6 @@
#include <array>
#include <vector>
#include <algorithm>
-#include <string.h>
namespace com::sun::star::uno { class XComponentContext; }
namespace com::sun::star::beans { struct NamedValue; }