summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/file/fanalyzer.cxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2000-10-19 10:56:36 +0000
committerOcke Janssen <oj@openoffice.org>2000-10-19 10:56:36 +0000
commit563beaf2692857b0665a241b3ff3d1eccf210481 (patch)
treec73d5bde77e3956b5b8565a072d4fb968178abe9 /connectivity/source/drivers/file/fanalyzer.cxx
parent0cd2621b09a421fa1afd7e0297be852b1f79ee59 (diff)
remove tools from dbtools
Diffstat (limited to 'connectivity/source/drivers/file/fanalyzer.cxx')
-rw-r--r--connectivity/source/drivers/file/fanalyzer.cxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/connectivity/source/drivers/file/fanalyzer.cxx b/connectivity/source/drivers/file/fanalyzer.cxx
index c3a9d8fa81e0..834b53d5d28e 100644
--- a/connectivity/source/drivers/file/fanalyzer.cxx
+++ b/connectivity/source/drivers/file/fanalyzer.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fanalyzer.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: fs $ $Date: 2000-10-05 08:48:24 $
+ * last change: $Author: oj $ $Date: 2000-10-19 11:56:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -67,10 +67,13 @@
#ifndef _OSL_DIAGNOSE_H_
#include <osl/diagnose.h>
#endif
-
#ifndef _COM_SUN_STAR_CONTAINER_XINDEXACCESS_HPP_
#include <com/sun/star/container/XIndexAccess.hpp>
#endif
+#ifndef _TOOLS_DEBUG_HXX
+#include <tools/debug.hxx>
+#endif
+
using namespace connectivity;
using namespace connectivity::file;