From 6291574d9477067e14ae493d7d9e59b19c8616ab Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 23 Mar 2017 17:55:31 +0100 Subject: Remove unused #include Change-Id: I8bf3e30687e20151a9e1936e69362abfe9b3a99d --- connectivity/source/commontools/CommonTools.cxx | 1 - connectivity/source/drivers/flat/ETable.cxx | 1 - 2 files changed, 2 deletions(-) (limited to 'connectivity') diff --git a/connectivity/source/commontools/CommonTools.cxx b/connectivity/source/commontools/CommonTools.cxx index 9846d0fbc56e..3a9f237ce824 100644 --- a/connectivity/source/commontools/CommonTools.cxx +++ b/connectivity/source/commontools/CommonTools.cxx @@ -36,7 +36,6 @@ #endif #include #include -#include using namespace ::comphelper; inline sal_Unicode rtl_ascii_toUpperCase( sal_Unicode ch ) diff --git a/connectivity/source/drivers/flat/ETable.cxx b/connectivity/source/drivers/flat/ETable.cxx index fea263b95ccf..06ae56b2fea7 100644 --- a/connectivity/source/drivers/flat/ETable.cxx +++ b/connectivity/source/drivers/flat/ETable.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include #include "flat/ETable.hxx" #include #include -- cgit