diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-01-31 10:45:40 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-02-01 05:46:46 +0000 |
commit | bed16c5e9df1eea4187b2b47a357414b3940bc91 (patch) | |
tree | 07d157c7eeeb1fe0a352951a2201167e293ddc09 /animations/source | |
parent | 9740331d8bc56a9b6fbe3e4c1b26fb97f6639cc6 (diff) |
Remove duplicated include
Change-Id: I84dc37baac93f946bd66b6d709a43529d023dac6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146381
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'animations/source')
-rw-r--r-- | animations/source/animcore/animcore.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/animations/source/animcore/animcore.cxx b/animations/source/animcore/animcore.cxx index 0f6f03aadabd..8963fa9f39c6 100644 --- a/animations/source/animcore/animcore.cxx +++ b/animations/source/animcore/animcore.cxx @@ -61,7 +61,6 @@ #include <mutex> #include <vector> #include <algorithm> -#include <mutex> namespace com::sun::star::uno { class XComponentContext; } namespace com::sun::star::beans { struct NamedValue; } |