From 530899ba181cf7ae34c99ee061958b9e540082b6 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Wed, 4 Jun 2014 16:23:19 +0200 Subject: cppuhelper: fix includes Change-Id: I0e6bc822d19cf266dea716fe92f2ccd08d87c51f --- cppuhelper/source/defaultbootstrap.cxx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'cppuhelper/source/defaultbootstrap.cxx') diff --git a/cppuhelper/source/defaultbootstrap.cxx b/cppuhelper/source/defaultbootstrap.cxx index 98d36c478989..882862b0d992 100644 --- a/cppuhelper/source/defaultbootstrap.cxx +++ b/cppuhelper/source/defaultbootstrap.cxx @@ -7,20 +7,20 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "sal/config.h" +#include #include #include -#include "com/sun/star/uno/DeploymentException.hpp" -#include "com/sun/star/uno/Any.hxx" -#include "com/sun/star/uno/Reference.hxx" -#include "com/sun/star/uno/XComponentContext.hpp" -#include "cppuhelper/bootstrap.hxx" -#include "cppuhelper/component_context.hxx" -#include "rtl/bootstrap.hxx" -#include "rtl/ref.hxx" -#include "rtl/ustring.hxx" +#include +#include +#include +#include +#include +#include +#include +#include +#include using rtl::OUString; -- cgit