diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-22 15:09:14 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-22 15:09:14 +0000 |
commit | 9ac2b51f36f4fc863cf0c804225d05ee7b6ff248 (patch) | |
tree | cadf2c4889128eb5e110e62a3d75b524ebc0c222 /connectivity/source/drivers/jdbc/Object.cxx | |
parent | b75a5fd1b1a55821d8ac56f4e05e6cb1c9eec380 (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.cxx | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/connectivity/source/drivers/jdbc/Object.cxx b/connectivity/source/drivers/jdbc/Object.cxx index 373ca6e0c4f1..b63b17baa935 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> |