summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/jdbc/Object.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-22 15:09:14 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-22 15:09:14 +0000
commiteffdbd4f8dbec7ebe21fe9f9998e4c71b7cbae5e (patch)
treedc44a1dc4b1d6e4c7ec422c183486ad0d83d071c /connectivity/source/drivers/jdbc/Object.cxx
parentabf722a015a9920533413b826b09d051c8174643 (diff)
#100000# MHU: Removed unused dependency on vos module.hxx and dynload.hxx.
Diffstat (limited to 'connectivity/source/drivers/jdbc/Object.cxx')
-rw-r--r--connectivity/source/drivers/jdbc/Object.cxx10
1 files changed, 2 insertions, 8 deletions
diff --git a/connectivity/source/drivers/jdbc/Object.cxx b/connectivity/source/drivers/jdbc/Object.cxx
index 121eba1884..d73f0dfc03 100644
--- a/connectivity/source/drivers/jdbc/Object.cxx
+++ b/connectivity/source/drivers/jdbc/Object.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: Object.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: oj $ $Date: 2002-11-27 09:28:19 $
+ * last change: $Author: vg $ $Date: 2003-04-22 16:09:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -82,18 +82,12 @@
#ifndef _CONNECTIVITY_JAVA_SQL_SQLEXCEPTION_HXX_
#include "java/sql/SQLException.hxx"
#endif
-#ifndef _VOS_MODULE_HXX_
-#include <vos/module.hxx>
-#endif
#ifndef _VOS_PROCESS_HXX_
#include <vos/process.hxx>
#endif
#ifndef _VOS_MUTEX_HXX_
#include <vos/mutex.hxx>
#endif
-#ifndef _VOS_DYNLOAD_HXX_
-#include <vos/dynload.hxx>
-#endif
#ifndef _RTL_PROCESS_H_
#include <rtl/process.h>