From 7182283c13238bdd3d6795f793f6c14b234585d4 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 23 Oct 2017 22:43:01 +0200 Subject: loplugin:includeform: cui Change-Id: Ibd88b2ee4252733c5aeee97bec27f34b8e555364 --- cui/source/dialogs/hldoctp.cxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'cui/source/dialogs/hldoctp.cxx') diff --git a/cui/source/dialogs/hldoctp.cxx b/cui/source/dialogs/hldoctp.cxx index a5811165c65a..e6317e76fc0d 100644 --- a/cui/source/dialogs/hldoctp.cxx +++ b/cui/source/dialogs/hldoctp.cxx @@ -17,14 +17,14 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "cuihyperdlg.hxx" +#include #include #include -#include "com/sun/star/ui/dialogs/TemplateDescription.hpp" +#include -#include "hldoctp.hxx" -#include "hlmarkwn_def.hxx" -#include "bitmaps.hlst" +#include +#include +#include sal_Char const sHash[] = "#"; sal_Char const sFileScheme[] = INET_FILE_SCHEME; -- cgit