From 4b60d19694d58641d054c0b14ca0f466233886e7 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 23 Oct 2017 22:44:03 +0200 Subject: loplugin:includeform: comphelper Change-Id: I9297bd0449633d1055125e7c2f2f6d215a22ae7d --- comphelper/source/container/enumerablemap.cxx | 4 ++-- comphelper/source/misc/comphelper_module.cxx | 2 +- comphelper/source/misc/comphelper_services.cxx | 4 ++-- comphelper/source/streaming/seqinputstreamserv.cxx | 4 ++-- comphelper/source/streaming/seqoutputstreamserv.cxx | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) (limited to 'comphelper/source') diff --git a/comphelper/source/container/enumerablemap.cxx b/comphelper/source/container/enumerablemap.cxx index 530d799cec5f..eb818d0f9c33 100644 --- a/comphelper/source/container/enumerablemap.cxx +++ b/comphelper/source/container/enumerablemap.cxx @@ -18,8 +18,8 @@ */ -#include "comphelper_module.hxx" -#include "comphelper_services.hxx" +#include +#include #include #include #include diff --git a/comphelper/source/misc/comphelper_module.cxx b/comphelper/source/misc/comphelper_module.cxx index cabeb12f6934..6f0d36b23888 100644 --- a/comphelper/source/misc/comphelper_module.cxx +++ b/comphelper/source/misc/comphelper_module.cxx @@ -18,7 +18,7 @@ */ -#include "comphelper_module.hxx" +#include namespace comphelper { namespace module diff --git a/comphelper/source/misc/comphelper_services.cxx b/comphelper/source/misc/comphelper_services.cxx index cd5fa8dce72c..e126e55ecdce 100644 --- a/comphelper/source/misc/comphelper_services.cxx +++ b/comphelper/source/misc/comphelper_services.cxx @@ -18,8 +18,8 @@ */ -#include "comphelper_module.hxx" -#include "comphelper_services.hxx" +#include +#include #include diff --git a/comphelper/source/streaming/seqinputstreamserv.cxx b/comphelper/source/streaming/seqinputstreamserv.cxx index 7fa619442318..7dcc1a71022f 100644 --- a/comphelper/source/streaming/seqinputstreamserv.cxx +++ b/comphelper/source/streaming/seqinputstreamserv.cxx @@ -19,8 +19,8 @@ #include -#include "comphelper_module.hxx" -#include "comphelper_services.hxx" +#include +#include #include #include diff --git a/comphelper/source/streaming/seqoutputstreamserv.cxx b/comphelper/source/streaming/seqoutputstreamserv.cxx index b581530a2257..69deca26ed28 100644 --- a/comphelper/source/streaming/seqoutputstreamserv.cxx +++ b/comphelper/source/streaming/seqoutputstreamserv.cxx @@ -19,8 +19,8 @@ #include -#include "comphelper_module.hxx" -#include "comphelper_services.hxx" +#include +#include #include #include -- cgit