diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-10-30 15:17:31 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-10-30 17:35:06 +0100 |
commit | 8d6c7085e9981d5f91525ae5cf44c426b4cf777c (patch) | |
tree | 4c18028eafcbe7fef64df9df6dae76d3efb0c17e /i18npool/source | |
parent | 44c120ba3f15e31bd506f5bdda26a565ca6ad635 (diff) |
Remove unnecessary include
...introduced with 7a09d67e1c76db7cb6a87a2ceaa6de7325342b75 "convert some more
long -> tools::Long"
Change-Id: Ia565aea1eae4b3e03939c58f22e4263a4334ec80
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105070
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'i18npool/source')
-rw-r--r-- | i18npool/source/localedata/LocaleNode.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/i18npool/source/localedata/LocaleNode.cxx b/i18npool/source/localedata/LocaleNode.cxx index aeceec1a5d25..adc7669e6bdd 100644 --- a/i18npool/source/localedata/LocaleNode.cxx +++ b/i18npool/source/localedata/LocaleNode.cxx @@ -28,7 +28,6 @@ #include <rtl/ustrbuf.hxx> #include <sal/macros.h> #include <sal/types.h> -#include <tools/long.hxx> #include "LocaleNode.hxx" #include <i18npool/reservedconstants.hxx> |