[Libreoffice-commits] core.git: cui/source vcl/unx
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Tue Oct 1 06:28:08 UTC 2019
cui/source/options/optgdlg.cxx | 2 --
vcl/unx/gtk3/gtk3gtkinst.cxx | 1 -
2 files changed, 3 deletions(-)
New commits:
commit 97bb94979b032eb93d6de5c36831dde39f36fb74
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Sep 30 19:11:27 2019 +0200
Commit: Andrea Gelmini <andrea.gelmini at gelma.net>
CommitDate: Tue Oct 1 08:27:24 2019 +0200
Removed duplicated includes
Change-Id: Ic195353d4750895d0884ac1dec3dca136ab48155
Reviewed-on: https://gerrit.libreoffice.org/79885
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini at gelma.net>
diff --git a/cui/source/options/optgdlg.cxx b/cui/source/options/optgdlg.cxx
index c0b840302864..1e1153f0c92b 100644
--- a/cui/source/options/optgdlg.cxx
+++ b/cui/source/options/optgdlg.cxx
@@ -80,8 +80,6 @@
#include <svtools/restartdialog.hxx>
#include <svtools/imgdef.hxx>
-#include <config_vclplug.h>
-
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::beans;
diff --git a/vcl/unx/gtk3/gtk3gtkinst.cxx b/vcl/unx/gtk3/gtk3gtkinst.cxx
index 2b5b6e4ed829..b0808beadfa5 100644
--- a/vcl/unx/gtk3/gtk3gtkinst.cxx
+++ b/vcl/unx/gtk3/gtk3gtkinst.cxx
@@ -56,7 +56,6 @@
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <rtl/bootstrap.hxx>
-#include <sal/log.hxx>
#include <svl/zforlist.hxx>
#include <svl/zformat.hxx>
#include <tools/helpers.hxx>
More information about the Libreoffice-commits
mailing list