From 4b785097f1c49ead50e6a2085befcd37c800207b Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 19 Mar 2018 20:49:34 +0000 Subject: drop unnecessary includes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I1a817d5575bbd57ecaa874a27158b9218e4210cc Reviewed-on: https://gerrit.libreoffice.org/51603 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- fpicker/source/office/PlacesListBox.cxx | 1 - fpicker/source/office/commonpicker.cxx | 1 - fpicker/source/office/iodlgimp.cxx | 1 - fpicker/test/svdem.cxx | 1 - 4 files changed, 4 deletions(-) (limited to 'fpicker') diff --git a/fpicker/source/office/PlacesListBox.cxx b/fpicker/source/office/PlacesListBox.cxx index 8a7156c1019b..9f233d059a01 100644 --- a/fpicker/source/office/PlacesListBox.cxx +++ b/fpicker/source/office/PlacesListBox.cxx @@ -11,7 +11,6 @@ #include "PlacesListBox.hxx" #include -#include #include #include #include diff --git a/fpicker/source/office/commonpicker.cxx b/fpicker/source/office/commonpicker.cxx index fe1dab768923..74e6cc27441a 100644 --- a/fpicker/source/office/commonpicker.cxx +++ b/fpicker/source/office/commonpicker.cxx @@ -26,7 +26,6 @@ #include #include #include -#include #include "iodlg.hxx" diff --git a/fpicker/source/office/iodlgimp.cxx b/fpicker/source/office/iodlgimp.cxx index 287658213b48..eedbde38aac0 100644 --- a/fpicker/source/office/iodlgimp.cxx +++ b/fpicker/source/office/iodlgimp.cxx @@ -23,7 +23,6 @@ #include #include #include -#include #include #include #include diff --git a/fpicker/test/svdem.cxx b/fpicker/test/svdem.cxx index 864a31c17935..4471fa897e67 100644 --- a/fpicker/test/svdem.cxx +++ b/fpicker/test/svdem.cxx @@ -44,7 +44,6 @@ #include #include #include -#include #include #include -- cgit