summaryrefslogtreecommitdiff
path: root/configmgr/source/configurationprovider.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-28 15:24:46 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-28 15:53:10 +0200
commit9c1ff374e92ea74a7244fd131a49bbad1eddb6e8 (patch)
tree3a7b04468e88e3852730fb8527d4d3313ac0054e /configmgr/source/configurationprovider.hxx
parente9719874c570aaf6e4385e07e68d4248c36bed96 (diff)
fix-includes.pl: configmgr
Change-Id: Ica1dc0c8003203ba0ea65a668ea3d86f341ad05d
Diffstat (limited to 'configmgr/source/configurationprovider.hxx')
-rw-r--r--configmgr/source/configurationprovider.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/configmgr/source/configurationprovider.hxx b/configmgr/source/configurationprovider.hxx
index b9ab36999357..0ffbdd3579a5 100644
--- a/configmgr/source/configurationprovider.hxx
+++ b/configmgr/source/configurationprovider.hxx
@@ -20,12 +20,12 @@
#ifndef INCLUDED_CONFIGMGR_SOURCE_CONFIGURATIONPROVIDER_HXX
#define INCLUDED_CONFIGMGR_SOURCE_CONFIGURATIONPROVIDER_HXX
-#include "sal/config.h"
+#include <sal/config.h>
-#include "com/sun/star/uno/Reference.hxx"
-#include "com/sun/star/uno/Sequence.hxx"
-#include "cppuhelper/factory.hxx"
-#include "sal/types.h"
+#include <com/sun/star/uno/Reference.hxx>
+#include <com/sun/star/uno/Sequence.hxx>
+#include <cppuhelper/factory.hxx>
+#include <sal/types.h>
namespace com { namespace sun { namespace star {
namespace lang { class XSingleComponentFactory; }