diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-01-11 21:03:17 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-01-12 08:07:22 +0100 |
commit | ab6369c626a249b9ce9e92c04a4f59f91bed2dd6 (patch) | |
tree | 204c01b6ab46f6e69b5cb1ea7dcc61149d7c3e76 /desktop | |
parent | 964191e2daa1594e7087784d2a6883fe5a7f19d2 (diff) |
Removed duplicated includes
Change-Id: I3329e75577b92348f830524a4ea116d073efabc6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128296
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/lib/init.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index 16b06bf0e61a..5b1f23f1aa20 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -190,9 +190,7 @@ #include <unotools/fltrcfg.hxx> #include <unotools/lingucfg.hxx> #include <unotools/moduleoptions.hxx> -#include <unotools/pathoptions.hxx> #include <unotools/searchopt.hxx> -#include <unotools/syslocaleoptions.hxx> #include <unotools/useroptions.hxx> #include <unotools/viewoptions.hxx> #include <vcl/settings.hxx> |