diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-04-13 19:19:35 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-04-13 21:56:19 +0200 |
commit | 70ebdb5919c21749a8422beff8c885bac38c5d77 (patch) | |
tree | 795996dd336567f1a27826357993824a93f55750 /dbaccess | |
parent | 378c1576d2890625ebbd18ec9ccff560eeb1619f (diff) |
Removed duplicated include
Change-Id: Ibfea1c4a87a719ba92111787fd74a6176f8b6458
Reviewed-on: https://gerrit.libreoffice.org/52850
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/core/api/RowSetCache.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dbaccess/source/core/api/RowSetCache.cxx b/dbaccess/source/core/api/RowSetCache.cxx index 552fd75a0beb..5ad4cdc22d5f 100644 --- a/dbaccess/source/core/api/RowSetCache.cxx +++ b/dbaccess/source/core/api/RowSetCache.cxx @@ -30,7 +30,6 @@ #include <core_resource.hxx> #include <strings.hrc> #include <strings.hxx> -#include <core_resource.hxx> #include <stringconstants.hxx> #include <com/sun/star/sdbc/ColumnValue.hpp> |