From: Tim Kientzle Date: Mon, 3 Aug 2009 01:15:31 +0000 (-0400) Subject: Undo bad merge from r1314: libarchive_test cannot depend on bsdtar_windows.h X-Git-Tag: v2.8.0~467 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4005927153b1f8e9a3ebcd6da818adcaf8d01dc3;p=thirdparty%2Flibarchive.git Undo bad merge from r1314: libarchive_test cannot depend on bsdtar_windows.h SVN-Revision: 1320 --- diff --git a/libarchive/test/test.h b/libarchive/test/test.h index 806d8a858..74104a10f 100644 --- a/libarchive/test/test.h +++ b/libarchive/test/test.h @@ -81,7 +81,6 @@ */ #if defined(_WIN32) && !defined(__CYGWIN__) -#include "../bsdtar_windows.h" #define strdup _strdup #define LOCALE_DE "deu" #else