From 2d1de9686e831158de55d9c5e8f51d36412556ec Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 23 Oct 2017 22:32:51 +0200 Subject: loplugin:includeform: sdext Change-Id: Ieb9641b9846ecfed8d1a022a48defe7644405690 --- sdext/source/presenter/PresenterComponent.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sdext/source/presenter') diff --git a/sdext/source/presenter/PresenterComponent.cxx b/sdext/source/presenter/PresenterComponent.cxx index 8cf565a9903f..8b35e454cb9a 100644 --- a/sdext/source/presenter/PresenterComponent.cxx +++ b/sdext/source/presenter/PresenterComponent.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "cppuhelper/factory.hxx" -#include "cppuhelper/implementationentry.hxx" +#include +#include #include "PresenterProtocolHandler.hxx" #include "PresenterScreen.hxx" -- cgit