diff options
author | Petr Mladek <pmladek@suse.cz> | 2010-10-05 15:53:46 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2010-10-05 18:08:01 +0200 |
commit | d41279d5861cbeb4bd87bf6932f1839a51f634f6 (patch) | |
tree | 95e532a374991b38e7626cae371d7f8c0a3b463f /package/inc/ZipOutputStream.hxx | |
parent | e2039c054c9674bd68652274bd64ee1a569b196b (diff) |
more removed include guards using fixguard.py
Diffstat (limited to 'package/inc/ZipOutputStream.hxx')
-rw-r--r-- | package/inc/ZipOutputStream.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/package/inc/ZipOutputStream.hxx b/package/inc/ZipOutputStream.hxx index 345fe332b8cc..552f7449393c 100644 --- a/package/inc/ZipOutputStream.hxx +++ b/package/inc/ZipOutputStream.hxx @@ -28,14 +28,10 @@ #define _ZIP_OUTPUT_STREAM_HXX #include <ByteChucker.hxx> -#ifndef _DEFLATER_HXX #include <Deflater.hxx> -#endif #include <CRC32.hxx> #include <rtl/cipher.h> -#ifndef RTL_DIGEST_H_ #include <rtl/digest.h> -#endif #include <vector> |