msvc: Do not include "7zArchive.h" header
This header is not required as the code related to it, in the same file, is not included when "_MSC_VER" is defined.
This commit is contained in:
parent
bb24a5ee54
commit
df37077bb6
|
@ -20,8 +20,8 @@
|
|||
*/
|
||||
|
||||
#include "archive.h"
|
||||
#include "7zArchive.h"
|
||||
#ifndef _MSC_VER
|
||||
#include "7zArchive.h"
|
||||
#include "ZipArchive.h"
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue