summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/jdbc/DriverPropertyInfo.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-23 22:43:41 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-23 22:46:11 +0200
commit25fd3077e85c37ff4077b924ff9a26012d808199 (patch)
tree57d4f25a972e9223664a5989024c80deb569df49 /connectivity/source/drivers/jdbc/DriverPropertyInfo.cxx
parent74067098bbf225138fad5d2c208b6e1fc71fa9a9 (diff)
loplugin:includeform: connectivity
Change-Id: I06596fac09f0568b8bab2e2e235a2b88bcd3fc7a
Diffstat (limited to 'connectivity/source/drivers/jdbc/DriverPropertyInfo.cxx')
-rw-r--r--connectivity/source/drivers/jdbc/DriverPropertyInfo.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/connectivity/source/drivers/jdbc/DriverPropertyInfo.cxx b/connectivity/source/drivers/jdbc/DriverPropertyInfo.cxx
index 3147ad9a69a7..7b0017a03f21 100644
--- a/connectivity/source/drivers/jdbc/DriverPropertyInfo.cxx
+++ b/connectivity/source/drivers/jdbc/DriverPropertyInfo.cxx
@@ -17,10 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "java/sql/DriverPropertyInfo.hxx"
-#include "java/lang/Boolean.hxx"
-#include "java/tools.hxx"
-#include "java/lang/String.hxx"
+#include <java/sql/DriverPropertyInfo.hxx>
+#include <java/lang/Boolean.hxx>
+#include <java/tools.hxx>
+#include <java/lang/String.hxx>
using namespace connectivity;
using namespace ::com::sun::star::uno;