summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-02-21 18:48:09 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-02-22 09:06:04 +0100
commit84f4041fd9683e43ad47d09d3712971c117deaca (patch)
tree3f66199c7e7a9cd1de8cbb0582cee027690f54a8
parent4c349c7b2fa422f17354b1db7231ffe4d15d3b44 (diff)
Removed duplicated includes
Change-Id: I12ebc2dcbd836154c75ad910ec746ae371c865ee Reviewed-on: https://gerrit.libreoffice.org/68188 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--sc/source/ui/inc/colorformat.hxx1
-rw-r--r--vcl/unx/gtk3/gtk3gtkinst.cxx1
2 files changed, 0 insertions, 2 deletions
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
{