diff --git a/3rdparty b/3rdparty
index 24a1c13088119fd070a3233b47457b60426418fa..7534a6a2b7549cc5db0a7f32749d962bfe9b2d3d 160000
--- a/3rdparty
+++ b/3rdparty
@@ -1 +1 @@
-Subproject commit 24a1c13088119fd070a3233b47457b60426418fa
+Subproject commit 7534a6a2b7549cc5db0a7f32749d962bfe9b2d3d
diff --git a/lib/private/archive/tar.php b/lib/private/archive/tar.php
index 31715c4778b53e7b2f1fb62b0cceef01c1432d48..61b37c2542a86f9d35be76b2e74be97ffcd5d5b1 100644
--- a/lib/private/archive/tar.php
+++ b/lib/private/archive/tar.php
@@ -6,8 +6,6 @@
  * See the COPYING-README file.
  */
 
-require_once OC::$THIRDPARTYROOT . '/3rdparty/Archive/Tar.php';
-
 class OC_Archive_TAR extends OC_Archive {
 	const PLAIN = 0;
 	const GZIP = 1;