From 86647a187371f03a05a329f24366b0ac2e6c7fbf Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Wed, 28 Mar 2012 23:39:31 +0900 Subject: removed duplicate includes in connectivity --- connectivity/source/drivers/jdbc/JConnection.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'connectivity/source/drivers/jdbc/JConnection.cxx') diff --git a/connectivity/source/drivers/jdbc/JConnection.cxx b/connectivity/source/drivers/jdbc/JConnection.cxx index 4a7650c5da39..7f107cbb6542 100644 --- a/connectivity/source/drivers/jdbc/JConnection.cxx +++ b/connectivity/source/drivers/jdbc/JConnection.cxx @@ -39,7 +39,6 @@ #include "java/sql/SQLWarning.hxx" #include #include -#include #include #include "connectivity/sqlparse.hxx" #include "connectivity/dbexception.hxx" -- cgit