diff options
author | Martin Gallwey <mtg@openoffice.org> | 2000-11-21 11:07:58 +0000 |
---|---|---|
committer | Martin Gallwey <mtg@openoffice.org> | 2000-11-21 11:07:58 +0000 |
commit | eaf3ab8ce4ab7729824e8e9fba8ef109b92421eb (patch) | |
tree | e6d8aefc4ebc1ea2091ff423d330abb88d4d5e6b /package/inc/ZipFile.hxx | |
parent | 40ed918b37c05370644bf31c63cd28cef6599ab8 (diff) |
Removed usage of the TOOLSLIB stuff for debugging and file timestamping
Diffstat (limited to 'package/inc/ZipFile.hxx')
-rw-r--r-- | package/inc/ZipFile.hxx | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/package/inc/ZipFile.hxx b/package/inc/ZipFile.hxx index 5255a23f3ccd..a2b0dd6b4aae 100644 --- a/package/inc/ZipFile.hxx +++ b/package/inc/ZipFile.hxx @@ -2,9 +2,9 @@ * * $RCSfile: ZipFile.hxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: mtg $ $Date: 2000-11-13 13:37:57 $ + * last change: $Author: mtg $ $Date: 2000-11-21 12:07:58 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -61,10 +61,6 @@ #ifndef _ZIP_FILE_HXX #define _ZIP_FILE_HXX -#ifndef _TOOLS_DEBUG_HXX -#include <tools/debug.hxx> -#endif - #ifndef _CPPUHELPER_IMPLBASE1_HXX_ #include <cppuhelper/implbase1.hxx> // helper for implementations #endif |