diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-04-12 15:31:42 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-04-13 07:46:16 +0200 |
commit | 3c3f7d784eadd60c053284ec2835675f158d4156 (patch) | |
tree | 0772787cb2ab5116cc710d80dfaab930faa5b5d8 /sc/qa | |
parent | 3a572975704a0d01e458191e8d66ff20ef60e4a8 (diff) |
Removed duplicated includes
No automatic tools. Manual checked and tested.
Change-Id: Ife260fa4e1d786cf81f2917a901664cc54943754
Reviewed-on: https://gerrit.libreoffice.org/36371
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sc/qa')
-rw-r--r-- | sc/qa/unit/subsequent_filters-test.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/qa/unit/subsequent_filters-test.cxx b/sc/qa/unit/subsequent_filters-test.cxx index b27414722eae..1b6cb2979808 100644 --- a/sc/qa/unit/subsequent_filters-test.cxx +++ b/sc/qa/unit/subsequent_filters-test.cxx @@ -55,7 +55,7 @@ #include "docsh.hxx" #include "editutil.hxx" #include "cellvalue.hxx" -#include "attrib.hxx" +#include <attrib.hxx> #include "dpshttab.hxx" #include "tabvwsh.hxx" #include "fillinfo.hxx" @@ -65,7 +65,6 @@ #include <formula/errorcodes.hxx> #include "externalrefmgr.hxx" #include <stlpool.hxx> -#include <attrib.hxx> #include <orcusfiltersimpl.hxx> #include "orcusfilters.hxx" |