From 9c1ff374e92ea74a7244fd131a49bbad1eddb6e8 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Wed, 28 May 2014 15:24:46 +0200 Subject: fix-includes.pl: configmgr Change-Id: Ica1dc0c8003203ba0ea65a668ea3d86f341ad05d --- configmgr/source/readonlyaccess.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configmgr/source/readonlyaccess.hxx') diff --git a/configmgr/source/readonlyaccess.hxx b/configmgr/source/readonlyaccess.hxx index 4a058771d9bc..7e9db8120bf8 100644 --- a/configmgr/source/readonlyaccess.hxx +++ b/configmgr/source/readonlyaccess.hxx @@ -10,9 +10,9 @@ #ifndef INCLUDED_CONFIGMGR_SOURCE_READONLYACCESS_HXX #define INCLUDED_CONFIGMGR_SOURCE_READONLYACCESS_HXX -#include "com/sun/star/uno/Reference.hxx" -#include "com/sun/star/uno/Sequence.hxx" -#include "sal/types.h" +#include +#include +#include namespace com { namespace sun { namespace star { namespace uno { -- cgit