diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-03-28 23:39:31 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-03-29 10:44:49 +0900 |
commit | 86647a187371f03a05a329f24366b0ac2e6c7fbf (patch) | |
tree | 37ff64d45e57aeb173785c8303ea61f1ae2a0868 /connectivity/source/sdbcx | |
parent | 552ba413bc95b1a14638558d9436141825100c52 (diff) |
removed duplicate includes in connectivity
Diffstat (limited to 'connectivity/source/sdbcx')
-rw-r--r-- | connectivity/source/sdbcx/VCatalog.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/connectivity/source/sdbcx/VCatalog.cxx b/connectivity/source/sdbcx/VCatalog.cxx index 84574fbc0f4c..1fcf727f5c36 100644 --- a/connectivity/source/sdbcx/VCatalog.cxx +++ b/connectivity/source/sdbcx/VCatalog.cxx @@ -29,7 +29,6 @@ #include "connectivity/sdbcx/VCatalog.hxx" #include "connectivity/sdbcx/VCollection.hxx" #include <com/sun/star/lang/DisposedException.hpp> -#include "connectivity/sdbcx/VCollection.hxx" #include "connectivity/sdbcx/VDescriptor.hxx" #include "TConnection.hxx" #include <comphelper/uno3.hxx> |