diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-05-05 13:23:56 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-05-06 07:07:10 +0200 |
commit | 11f0cb056f8082103fbb06b4a339322f46b77d13 (patch) | |
tree | 14eb8b8de719cb0d2d987914f123bf592e865f57 /idlc | |
parent | e9c50fbbc3b07ef927d133da9cf2395c55611e0f (diff) |
Remove duplicated includes
Change-Id: I137707aaad44ffe42bb4b234a59ff69e4b2ecaa2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133884
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'idlc')
-rw-r--r-- | idlc/source/astdeclaration.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/idlc/source/astdeclaration.cxx b/idlc/source/astdeclaration.cxx index 69e19185e67c..980e7dd2b36a 100644 --- a/idlc/source/astdeclaration.cxx +++ b/idlc/source/astdeclaration.cxx @@ -22,7 +22,6 @@ #include <rtl/strbuf.hxx> #include <o3tl/string_view.hxx> #include <osl/diagnose.h> -#include <o3tl/string_view.hxx> constexpr OStringLiteral sGlobal("::"); |