summaryrefslogtreecommitdiff
path: root/cppuhelper/source/supportsservice.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppuhelper/source/supportsservice.cxx')
-rw-r--r--cppuhelper/source/supportsservice.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/cppuhelper/source/supportsservice.cxx b/cppuhelper/source/supportsservice.cxx
index afef759b965a..b624f6d496ed 100644
--- a/cppuhelper/source/supportsservice.cxx
+++ b/cppuhelper/source/supportsservice.cxx
@@ -7,15 +7,15 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#include "sal/config.h"
+#include <sal/config.h>
#include <cassert>
-#include "com/sun/star/lang/XServiceInfo.hpp"
-#include "com/sun/star/uno/Sequence.hxx"
-#include "cppuhelper/supportsservice.hxx"
-#include "rtl/ustring.hxx"
-#include "sal/types.h"
+#include <com/sun/star/lang/XServiceInfo.hpp>
+#include <com/sun/star/uno/Sequence.hxx>
+#include <cppuhelper/supportsservice.hxx>
+#include <rtl/ustring.hxx>
+#include <sal/types.h>
bool cppu::supportsService(
css::lang::XServiceInfo * implementation, rtl::OUString const & name)