diff --git a/admin-dev/functions.php b/admin-dev/functions.php index 1b2ee8347..888f9bb24 100644 --- a/admin-dev/functions.php +++ b/admin-dev/functions.php @@ -24,8 +24,6 @@ * International Registered Trademark & Property of PrestaShop SA */ -require_once(dirname(__FILE__).'/../images.inc.php'); - function bindDatepicker($id, $time) { if ($time) diff --git a/install-dev/classes/xmlLoader.php b/install-dev/classes/xmlLoader.php index 9b9daef44..90972ce0f 100644 --- a/install-dev/classes/xmlLoader.php +++ b/install-dev/classes/xmlLoader.php @@ -61,7 +61,6 @@ class InstallXmlLoader { $this->language = InstallLanguages::getInstance(); $this->setDefaultPath(); - require_once _PS_ROOT_DIR_.'/images.inc.php'; } /**