diff options
Diffstat (limited to 'configmgr/source/services.cxx')
-rw-r--r-- | configmgr/source/services.cxx | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/configmgr/source/services.cxx b/configmgr/source/services.cxx index 3fa16fa03522..fb667e466b62 100644 --- a/configmgr/source/services.cxx +++ b/configmgr/source/services.cxx @@ -17,17 +17,17 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> #include <cassert> -#include "com/sun/star/uno/Exception.hpp" -#include "com/sun/star/uno/Reference.hxx" -#include "com/sun/star/uno/XComponentContext.hpp" -#include "com/sun/star/uno/XInterface.hpp" -#include "cppuhelper/factory.hxx" -#include "cppuhelper/implementationentry.hxx" -#include "sal/types.h" +#include <com/sun/star/uno/Exception.hpp> +#include <com/sun/star/uno/Reference.hxx> +#include <com/sun/star/uno/XComponentContext.hpp> +#include <com/sun/star/uno/XInterface.hpp> +#include <cppuhelper/factory.hxx> +#include <cppuhelper/implementationentry.hxx> +#include <sal/types.h> #include "configurationprovider.hxx" #include "configurationregistry.hxx" |