]> git.saurik.com Git - wxWidgets.git/commitdiff
correcting include type
authorStefan Csomor <csomor@advancedconcepts.ch>
Mon, 15 Nov 2004 19:29:51 +0000 (19:29 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Mon, 15 Nov 2004 19:29:51 +0000 (19:29 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30554 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/zipstrm.cpp

index 322aee5478f032edd253e4dd05e83ab9a6dfd36a..c73a2aebd27a68c53aaca9c9061f05b00d405cb1 100644 (file)
@@ -1793,7 +1793,7 @@ wxFileOffset wxZipInputStream::OnSysSeek(wxFileOffset seek, wxSeekMode mode)
 /////////////////////////////////////////////////////////////////////////////
 // Output stream
 
-#include <wx/listimpl.cpp>
+#include "wx/listimpl.cpp"
 WX_DEFINE_LIST(_wxZipEntryList);
 
 wxZipOutputStream::wxZipOutputStream(wxOutputStream& stream,