Tidy up includes and #if wxUSE statements.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42543 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Wetherell
2006-10-27 22:03:29 +00:00
parent 959d17852d
commit 5410f5728d
2 changed files with 7 additions and 7 deletions

View File

@@ -12,10 +12,9 @@
#include "wx/defs.h"
#if wxUSE_ZLIB && wxUSE_STREAMS && wxUSE_ZIPSTREAM
#if wxUSE_ZIPSTREAM
#include "wx/archive.h"
#include "wx/hashmap.h"
#include "wx/filename.h"
// some methods from wxZipInputStream and wxZipOutputStream stream do not get
@@ -570,6 +569,6 @@ inline void wxZipEntry::SetName(const wxString& name,
}
#endif // wxUSE_ZLIB && wxUSE_STREAMS && wxUSE_ZIPSTREAM
#endif // wxUSE_ZIPSTREAM
#endif // _WX_WXZIPSTREAM_H__