[Libreoffice-commits] core.git: vcl/unx

Julien Nabet (via logerrit) logerrit at kemper.freedesktop.org
Sun Sep 27 13:09:19 UTC 2020


 vcl/unx/gtk3/fpicker/SalGtkFolderPicker.hxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit d994c886961105408010e633ef3cb1c14f816c66
Author:     Julien Nabet <serval2412 at yahoo.fr>
AuthorDate: Sun Sep 27 12:31:58 2020 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Sep 27 15:08:43 2020 +0200

    Remove unused include <list> in vcl/SalGtkFolderPicker
    
    Change-Id: Ic411ba2c8068616d54cb448c3eb73aa5a45d8a52
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103503
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/vcl/unx/gtk3/fpicker/SalGtkFolderPicker.hxx b/vcl/unx/gtk3/fpicker/SalGtkFolderPicker.hxx
index 229bbe8b8749..53286f395d43 100644
--- a/vcl/unx/gtk3/fpicker/SalGtkFolderPicker.hxx
+++ b/vcl/unx/gtk3/fpicker/SalGtkFolderPicker.hxx
@@ -20,7 +20,6 @@
 #ifndef INCLUDED_VCL_UNX_GTK_FPICKER_SALGTKFOLDERPICKER_HXX
 #define INCLUDED_VCL_UNX_GTK_FPICKER_SALGTKFOLDERPICKER_HXX
 
-#include <list>
 #include <memory>
 #include <rtl/ustring.hxx>
 #include <cppuhelper/implbase.hxx>


More information about the Libreoffice-commits mailing list