sw/source/core/layout/atrfrm.cxx | 1 - sw/source/uibase/dbui/dbtree.cxx | 1 - unotools/source/config/bootstrap.cxx | 3 --- 3 files changed, 5 deletions(-)
New commits: commit d2007136587a8722d0e7045828bca6a6d82fd244 Author: Andrea Gelmini <[email protected]> Date: Mon May 1 14:51:20 2017 +0200 Removed duplicated include Change-Id: Ie341ead5b40bdeed25205e31203a5fa861ff0f42 Reviewed-on: https://gerrit.libreoffice.org/36981 Tested-by: Jenkins <[email protected]> Reviewed-by: Michael Stahl <[email protected]> diff --git a/sw/source/core/layout/atrfrm.cxx b/sw/source/core/layout/atrfrm.cxx index c6521ae769f3..412d3a775fe1 100644 --- a/sw/source/core/layout/atrfrm.cxx +++ b/sw/source/core/layout/atrfrm.cxx @@ -78,7 +78,6 @@ #include <calbck.hxx> #include <pagedeschint.hxx> #include <drawdoc.hxx> -#include <dcontact.hxx> #ifndef NDEBUG #include <ndtxt.hxx> diff --git a/sw/source/uibase/dbui/dbtree.cxx b/sw/source/uibase/dbui/dbtree.cxx index 3e2c0994de8e..b54f58a8b1f0 100644 --- a/sw/source/uibase/dbui/dbtree.cxx +++ b/sw/source/uibase/dbui/dbtree.cxx @@ -43,7 +43,6 @@ #include <helpid.h> #include <utlui.hrc> #include "bitmaps.hlst" -#include "bitmaps.hlst" #include <unomid.h> diff --git a/unotools/source/config/bootstrap.cxx b/unotools/source/config/bootstrap.cxx index 50bfa18fb5ae..f74185572544 100644 --- a/unotools/source/config/bootstrap.cxx +++ b/unotools/source/config/bootstrap.cxx @@ -35,9 +35,6 @@ #include <rtl/instance.hxx> #include <osl/process.h> -#include <osl/diagnose.h> -#include <osl/file.hxx> - // #define this to true, if remembering defaults is not supported properly #define RTL_BOOTSTRAP_DEFAULTS_BROKEN true _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
