From 25fd3077e85c37ff4077b924ff9a26012d808199 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 23 Oct 2017 22:43:41 +0200 Subject: loplugin:includeform: connectivity Change-Id: I06596fac09f0568b8bab2e2e235a2b88bcd3fc7a --- connectivity/source/drivers/file/FDriver.cxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'connectivity/source/drivers/file/FDriver.cxx') diff --git a/connectivity/source/drivers/file/FDriver.cxx b/connectivity/source/drivers/file/FDriver.cxx index 2fc1f1d7b1f3..33a1f447d07e 100644 --- a/connectivity/source/drivers/file/FDriver.cxx +++ b/connectivity/source/drivers/file/FDriver.cxx @@ -17,15 +17,15 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "file/FDriver.hxx" -#include "file/FConnection.hxx" -#include "file/fcode.hxx" +#include +#include +#include #include #include #include #include -#include "strings.hrc" -#include "resource/sharedresources.hxx" +#include +#include using namespace connectivity::file; -- cgit