X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6cf2fb76fe35e84852cec2517703d9d5e068b4a8..370efbe74165c03642ea7620d35d9e0be8572d74:/src/common/archive.cpp diff --git a/src/common/archive.cpp b/src/common/archive.cpp index 757425b277..044498de11 100644 --- a/src/common/archive.cpp +++ b/src/common/archive.cpp @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: archive.cpp +// Name: src/common/archive.cpp // Purpose: Streams for archive formats // Author: Mike Wetherell // RCS-ID: $Id$ @@ -11,15 +11,14 @@ #include "wx/wxprec.h" #ifdef __BORLANDC__ - #pragma hdrstop + #pragma hdrstop #endif +#if wxUSE_STREAMS && wxUSE_ARCHIVE_STREAMS + #ifndef WX_PRECOMP - #include "wx/defs.h" #endif -#if wxUSE_STREAMS && wxUSE_ARCHIVE_STREAMS - #include "wx/archive.h" #include "wx/link.h"