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/writemodfile.cxx | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'configmgr/source/writemodfile.cxx') diff --git a/configmgr/source/writemodfile.cxx b/configmgr/source/writemodfile.cxx index 9bcdd21c94fe..4ce07cbc1a1c 100644 --- a/configmgr/source/writemodfile.cxx +++ b/configmgr/source/writemodfile.cxx @@ -17,28 +17,28 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include #include -#include "boost/noncopyable.hpp" -#include "com/sun/star/uno/Any.hxx" -#include "com/sun/star/uno/Reference.hxx" -#include "com/sun/star/uno/RuntimeException.hpp" -#include "com/sun/star/uno/Sequence.hxx" -#include "com/sun/star/uno/XInterface.hpp" -#include "osl/file.h" -#include "osl/file.hxx" -#include "rtl/string.h" -#include "rtl/string.hxx" -#include "rtl/textcvt.h" -#include "rtl/textenc.h" -#include "rtl/ustrbuf.hxx" -#include "rtl/ustring.h" -#include "rtl/ustring.hxx" -#include "sal/log.hxx" -#include "sal/types.h" -#include "xmlreader/span.hxx" +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include #include "data.hxx" #include "groupnode.hxx" -- cgit