summaryrefslogtreecommitdiff
path: root/comphelper/source/misc/servicedecl.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-10 18:10:59 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-11 01:55:37 +0200
commit6d2de44a543e9503fcf67beb77592de8847ef648 (patch)
treeeea321393a0b2e58185e8cdcbd2eafad22d54dc0 /comphelper/source/misc/servicedecl.cxx
parent878398bac2ba1b388ac2237d1f445ba7702956d0 (diff)
fix-includes.pl: comphelper
Change-Id: I0b4cd8320881b2b1f7984c86e58915217bcd0d5f
Diffstat (limited to 'comphelper/source/misc/servicedecl.cxx')
-rw-r--r--comphelper/source/misc/servicedecl.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/comphelper/source/misc/servicedecl.cxx b/comphelper/source/misc/servicedecl.cxx
index fbd0a2221d0c..ca79f609aa93 100644
--- a/comphelper/source/misc/servicedecl.cxx
+++ b/comphelper/source/misc/servicedecl.cxx
@@ -18,13 +18,13 @@
*/
-#include "comphelper/servicedecl.hxx"
-#include "osl/diagnose.h"
-#include "rtl/string.hxx"
-#include "rtl/ustrbuf.hxx"
-#include "cppuhelper/implbase2.hxx"
-#include "comphelper/sequence.hxx"
-#include "com/sun/star/lang/XSingleComponentFactory.hpp"
+#include <comphelper/servicedecl.hxx>
+#include <osl/diagnose.h>
+#include <rtl/string.hxx>
+#include <rtl/ustrbuf.hxx>
+#include <cppuhelper/implbase2.hxx>
+#include <comphelper/sequence.hxx>
+#include <com/sun/star/lang/XSingleComponentFactory.hpp>
#include <vector>
using namespace com::sun::star;