diff options
author | Arnaud Versini <arnaud.versini@libreoffice.org> | 2020-10-19 13:48:40 +0200 |
---|---|---|
committer | Arnaud Versini <arnaud.versini@libreoffice.org> | 2020-10-19 18:55:57 +0200 |
commit | 73933ed0a207f1cf210cc4a7d329755bd885f871 (patch) | |
tree | ad6e4fbcf72cd03d5be55e82ed305ff384291f07 /include | |
parent | 42404bf5763b24bcab0a1f0d79f7c65f4ac64d48 (diff) |
UNOTOOLS : remove unused include since 54cbe9458033f50d9f608b1462d65e8514cbb636
Change-Id: I48ffb5454727518217dcfa60a34ece6f459341f1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104521
Tested-by: Jenkins
Reviewed-by: Arnaud Versini <arnaud.versini@libreoffice.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/unotools/accessiblestatesethelper.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/unotools/accessiblestatesethelper.hxx b/include/unotools/accessiblestatesethelper.hxx index 140375503fb1..b772a54af603 100644 --- a/include/unotools/accessiblestatesethelper.hxx +++ b/include/unotools/accessiblestatesethelper.hxx @@ -24,7 +24,6 @@ #include <com/sun/star/accessibility/XAccessibleStateSet.hpp> #include <osl/mutex.hxx> #include <cppuhelper/implbase.hxx> -#include <memory> //= XAccessibleStateSet helper classes |