diff --git a/src/UNL/Catalog.php b/src/UNL/Catalog.php
index 1885ac45c05aac2b5f090b4f6ae1e3ac03d9df6c..4c18d26b24426e323b58ba9f5bfec813355cc4eb 100644
--- a/src/UNL/Catalog.php
+++ b/src/UNL/Catalog.php
@@ -484,9 +484,6 @@ class UNL_Catalog
      */
     private function initializeTemplate()
     {
-        if (!class_exists('UNL_Templates')) {
-            require_once 'UNL/Templates.php';
-        }
         UNL_Templates::setCachingService(new UNL_Templates_CachingService_Null());
 
         UNL_Templates::$options['version'] = 3.1;