From 87c671d188f4a0f5dcc7944b450cc58e84217d81 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 23 Oct 2017 22:27:45 +0200 Subject: loplugin:includeform: xmlhelp Change-Id: I0ae8533889742d314938b497d566a4bde722057a --- xmlhelp/source/cxxhelp/provider/services.cxx | 2 +- xmlhelp/source/treeview/tvfactory.cxx | 4 ++-- xmlhelp/source/treeview/tvread.cxx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'xmlhelp') diff --git a/xmlhelp/source/cxxhelp/provider/services.cxx b/xmlhelp/source/cxxhelp/provider/services.cxx index 3f7e0e6b9224..f84f7c1b11d0 100644 --- a/xmlhelp/source/cxxhelp/provider/services.cxx +++ b/xmlhelp/source/cxxhelp/provider/services.cxx @@ -22,7 +22,7 @@ #include #include "provider.hxx" -#include "tvfactory.hxx" +#include using namespace com::sun::star; diff --git a/xmlhelp/source/treeview/tvfactory.cxx b/xmlhelp/source/treeview/tvfactory.cxx index bd685d19dab2..65b934273e48 100644 --- a/xmlhelp/source/treeview/tvfactory.cxx +++ b/xmlhelp/source/treeview/tvfactory.cxx @@ -23,8 +23,8 @@ #include #include #include -#include "tvfactory.hxx" -#include "tvread.hxx" +#include +#include using namespace treeview; using namespace com::sun::star; diff --git a/xmlhelp/source/treeview/tvread.cxx b/xmlhelp/source/treeview/tvread.cxx index d3e885680c17..af03833bc58e 100644 --- a/xmlhelp/source/treeview/tvread.cxx +++ b/xmlhelp/source/treeview/tvread.cxx @@ -21,7 +21,7 @@ #include #include #include -#include "tvread.hxx" +#include #include #include #include -- cgit