loplugin:includeform: remotebridges

Change-Id: I18d4c77233c66b7d4359bed8d42f80271de637dc
This commit is contained in:
Stephan Bergmann 2017-10-23 22:34:37 +02:00
parent 7d66d3ae9f
commit 650432d410

View file

@ -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;