sc/source/ui/inc/colorformat.hxx | 1 - vcl/unx/gtk3/gtk3gtkinst.cxx | 1 - 2 files changed, 2 deletions(-)
New commits: commit 84f4041fd9683e43ad47d09d3712971c117deaca Author: Andrea Gelmini <[email protected]> AuthorDate: Thu Feb 21 18:48:09 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Fri Feb 22 09:06:04 2019 +0100 Removed duplicated includes Change-Id: I12ebc2dcbd836154c75ad910ec746ae371c865ee Reviewed-on: https://gerrit.libreoffice.org/68188 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/sc/source/ui/inc/colorformat.hxx b/sc/source/ui/inc/colorformat.hxx index c7792c9602bc..16330783675a 100644 --- a/sc/source/ui/inc/colorformat.hxx +++ b/sc/source/ui/inc/colorformat.hxx @@ -13,7 +13,6 @@ #include <vcl/weld.hxx> #include <svx/colorbox.hxx> #include <address.hxx> -#include <svx/colorbox.hxx> #include <vcl/edit.hxx> struct ScDataBarFormatData; diff --git a/vcl/unx/gtk3/gtk3gtkinst.cxx b/vcl/unx/gtk3/gtk3gtkinst.cxx index 7910ae85948c..403155ddf7d1 100644 --- a/vcl/unx/gtk3/gtk3gtkinst.cxx +++ b/vcl/unx/gtk3/gtk3gtkinst.cxx @@ -3787,7 +3787,6 @@ public: }; #include <vcl/pngwrite.hxx> -#include <tools/stream.hxx> class GtkInstanceButton : public GtkInstanceContainer, public virtual weld::Button { _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
