diff --git a/htdocs/contrat/contrat.class.php b/htdocs/contrat/contrat.class.php index d0eb2e67721..ff986d1aea5 100644 --- a/htdocs/contrat/contrat.class.php +++ b/htdocs/contrat/contrat.class.php @@ -32,7 +32,6 @@ class Contrat Function Contrat($DB) { - include_once("../societe.class.php"); $this->db = $DB ; $this->product = new Product($DB); $this->societe = new Societe($DB);