summaryrefslogtreecommitdiff
path: root/io/source/connector/connector.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-23 22:39:42 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-23 22:46:04 +0200
commit3f2a9e2d71a04f18fa713b5174368ea3af1d348f (patch)
treef9e27dc6b9b31c27656ca7f9b84c6db8defeb64b /io/source/connector/connector.cxx
parent9b5afa247a737ddf4b77c24ad512a1859415a577 (diff)
loplugin:includeform: io
Change-Id: I68e0ebc5a1585d2f55a4061edd8ab197f437b6a2
Diffstat (limited to 'io/source/connector/connector.cxx')
-rw-r--r--io/source/connector/connector.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/io/source/connector/connector.cxx b/io/source/connector/connector.cxx
index 8c6f2fe54776..38763906527e 100644
--- a/io/source/connector/connector.cxx
+++ b/io/source/connector/connector.cxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "osl/security.hxx"
+#include <osl/security.hxx>
#include <uno/mapping.hxx>
@@ -25,8 +25,8 @@
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/implementationentry.hxx>
#include <cppuhelper/supportsservice.hxx>
-#include "cppuhelper/unourl.hxx"
-#include "rtl/malformeduriexception.hxx"
+#include <cppuhelper/unourl.hxx>
+#include <rtl/malformeduriexception.hxx>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/lang/IllegalArgumentException.hpp>
@@ -34,7 +34,7 @@
#include <com/sun/star/connection/NoConnectException.hpp>
#include <com/sun/star/connection/XConnector.hpp>
-#include "services.hxx"
+#include <services.hxx>
#include "connector.hxx"
#define IMPLEMENTATION_NAME "com.sun.star.comp.io.Connector"