From 8d6c7085e9981d5f91525ae5cf44c426b4cf777c Mon Sep 17 00:00:00 2001 From: Stephan Bergmann <sbergman@redhat.com> Date: Fri, 30 Oct 2020 15:17:31 +0100 Subject: 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> --- i18npool/source/localedata/LocaleNode.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'i18npool/source') 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> -- cgit