From 53dcc16c8cdf36c8aacf5a16a5f4109df3bbd060 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 6 Jan 2004 16:04:51 +0000 Subject: INTEGRATION: CWS vclcleanup02 (1.82.4); FILE MERGED 2003/12/11 07:16:38 mt 1.82.4.1: #i23061# VCL cleanup, removed headers, methods and types... --- connectivity/source/drivers/dbase/DTable.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'connectivity') diff --git a/connectivity/source/drivers/dbase/DTable.cxx b/connectivity/source/drivers/dbase/DTable.cxx index bf09b9a4bafa..6d704b577340 100644 --- a/connectivity/source/drivers/dbase/DTable.cxx +++ b/connectivity/source/drivers/dbase/DTable.cxx @@ -2,9 +2,9 @@ * * $RCSfile: DTable.cxx,v $ * - * $Revision: 1.82 $ + * $Revision: 1.83 $ * - * last change: $Author: rt $ $Date: 2003-12-01 10:47:51 $ + * last change: $Author: vg $ $Date: 2004-01-06 17:04:51 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -86,8 +86,8 @@ #ifndef _OSL_THREAD_H_ #include #endif -#ifndef _CONFIG_HXX //autogen -#include +#ifndef _CONFIG_HXX +#include #endif #ifndef _CONNECTIVITY_DBASE_INDEX_HXX_ #include "dbase/DIndex.hxx" -- cgit