From 4b27653a122acbbb38c800f0b1972f339e73d115 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 23 Oct 2017 22:42:52 +0200 Subject: loplugin:includeform: dbaccess Change-Id: I15aee966012612033ab7e2ee03ac1a553802f540 --- dbaccess/source/ui/misc/WExtendPages.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dbaccess/source/ui/misc/WExtendPages.cxx') diff --git a/dbaccess/source/ui/misc/WExtendPages.cxx b/dbaccess/source/ui/misc/WExtendPages.cxx index 1a330f0d3a83..6d43919be87f 100644 --- a/dbaccess/source/ui/misc/WExtendPages.cxx +++ b/dbaccess/source/ui/misc/WExtendPages.cxx @@ -17,10 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "WExtendPages.hxx" -#include "RtfReader.hxx" -#include "HtmlReader.hxx" -#include "WCopyTable.hxx" +#include +#include +#include +#include using namespace dbaui; using namespace com::sun::star; -- cgit