]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Undo bad merge from r1314: libarchive_test cannot depend on bsdtar_windows.h
authorTim Kientzle <kientzle@gmail.com>
Mon, 3 Aug 2009 01:15:31 +0000 (21:15 -0400)
committerTim Kientzle <kientzle@gmail.com>
Mon, 3 Aug 2009 01:15:31 +0000 (21:15 -0400)
SVN-Revision: 1320

libarchive/test/test.h

index 806d8a858fb7b244384da27baa471ad731051375..74104a10fa1d81306e997533ae8119f980cfa299 100644 (file)
@@ -81,7 +81,6 @@
  */
 
 #if defined(_WIN32) && !defined(__CYGWIN__)
-#include "../bsdtar_windows.h"
 #define strdup _strdup
 #define LOCALE_DE      "deu"
 #else