diff options
author | Martin Gallwey <mtg@openoffice.org> | 2001-04-19 13:13:40 +0000 |
---|---|---|
committer | Martin Gallwey <mtg@openoffice.org> | 2001-04-19 13:13:40 +0000 |
commit | 4b6f310cd73211d81110280d61db27df234cdca7 (patch) | |
tree | 50e3ea467e4140e9b0a1c32cae52e120ce526c76 /package/source/zipapi/ZipEnumeration.cxx | |
parent | 2b7c5da331c5573dac2cab9ac5e3a2ed097cb60f (diff) |
misc code clean ups
Diffstat (limited to 'package/source/zipapi/ZipEnumeration.cxx')
-rw-r--r-- | package/source/zipapi/ZipEnumeration.cxx | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/package/source/zipapi/ZipEnumeration.cxx b/package/source/zipapi/ZipEnumeration.cxx index 7d0b3a804413..e5c373d4a6c4 100644 --- a/package/source/zipapi/ZipEnumeration.cxx +++ b/package/source/zipapi/ZipEnumeration.cxx @@ -2,9 +2,9 @@ * * $RCSfile: ZipEnumeration.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: mtg $ $Date: 2001-03-16 17:11:42 $ + * last change: $Author: mtg $ $Date: 2001-04-19 14:13:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -59,14 +59,12 @@ * ************************************************************************/ #ifndef _ZIP_ENUMERATION_HXX -#include "ZipEnumeration.hxx" +#include <ZipEnumeration.hxx> #endif - -#ifndef _COM_SUN_STAR_PACKAGE_ZIPCONSTANTS_HPP_ +#ifndef _COM_SUN_STAR_PACKAGES_ZIPCONSTANTS_HPP_ #include <com/sun/star/packages/ZipConstants.hpp> #endif -#include <iostream.h> using namespace rtl; using namespace com::sun::star; |