From: Michael Wetherell Date: Fri, 27 Oct 2006 14:32:26 +0000 (+0000) Subject: Remove header now not needed here. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a793401243b24e2c3c95e97804fa9c2942bd9df3?ds=inline Remove header now not needed here. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42531 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/tarstrm.cpp b/src/common/tarstrm.cpp index 513ea00187..c7c61dba70 100644 --- a/src/common/tarstrm.cpp +++ b/src/common/tarstrm.cpp @@ -19,7 +19,6 @@ #include "wx/tarstrm.h" #ifndef WX_PRECOMP - #include "wx/hashmap.h" #include "wx/intl.h" #include "wx/log.h" #include "wx/utils.h"