diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-10-12 17:47:14 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-10-13 20:39:03 +0200 |
commit | 9e6db1ae2b0e8e070ae13fbae782bc2c01f49049 (patch) | |
tree | e1b99a4b14efa420ba0b1523b5433657adefd240 /linguistic | |
parent | 3471299f1976499ab5f85fc6580b9633f4737399 (diff) |
Remove duplicated include
Change-Id: I481d3dca7fe2fd60093ad77636edb8df836da1d6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141262
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'linguistic')
-rw-r--r-- | linguistic/source/translate.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linguistic/source/translate.cxx b/linguistic/source/translate.cxx index 5337c33153e1..a88a02d22ff7 100644 --- a/linguistic/source/translate.cxx +++ b/linguistic/source/translate.cxx @@ -1,7 +1,6 @@ #include <linguistic/translate.hxx> #include <sal/log.hxx> #include <curl/curl.h> -#include <sal/log.hxx> #include <rtl/string.h> #include <boost/property_tree/ptree.hpp> #include <boost/property_tree/json_parser.hpp> |