summaryrefslogtreecommitdiff
path: root/remotebridges
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-23 22:34:37 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-23 22:45:58 +0200
commit650432d41090ee07a8870fefc7a148084ec8e610 (patch)
treef914795de481628281149ac5770036a1375a5b38 /remotebridges
parent7d66d3ae9f07d12cd4ed0b9dd4c9bec7019b71ea (diff)
loplugin:includeform: remotebridges
Change-Id: I18d4c77233c66b7d4359bed8d42f80271de637dc
Diffstat (limited to 'remotebridges')
-rw-r--r--remotebridges/source/unourl_resolver/unourl_resolver.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/remotebridges/source/unourl_resolver/unourl_resolver.cxx b/remotebridges/source/unourl_resolver/unourl_resolver.cxx
index 5e212f4b619c..92019e5bac85 100644
--- a/remotebridges/source/unourl_resolver/unourl_resolver.cxx
+++ b/remotebridges/source/unourl_resolver/unourl_resolver.cxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "rtl/malformeduriexception.hxx"
+#include <rtl/malformeduriexception.hxx>
#include <com/sun/star/lang/XComponent.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
@@ -30,7 +30,7 @@
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/implementationentry.hxx>
#include <cppuhelper/supportsservice.hxx>
-#include "cppuhelper/unourl.hxx"
+#include <cppuhelper/unourl.hxx>
using namespace cppu;
using namespace com::sun::star::uno;