diff --git a/htdocs/comm/action/index.php b/htdocs/comm/action/index.php
index 85254ada34a94bc40552017d74f1e5d027520fd4..6ae030258a46afec14bd6cdeb6378af1b7caff8f 100644
--- a/htdocs/comm/action/index.php
+++ b/htdocs/comm/action/index.php
@@ -32,7 +32,6 @@
 require("./pre.inc.php");
 
 require("../../contact.class.php");
-require("../../cactioncomm.class.php");
 require("../../actioncomm.class.php");
 
 $langs->load("companies");
diff --git a/htdocs/comm/action/rapport/index.php b/htdocs/comm/action/rapport/index.php
index 59f69ee650cea85a221c2319c845883f662c9b69..b1283c125b60070aeffface381fc16b94b13a93a 100644
--- a/htdocs/comm/action/rapport/index.php
+++ b/htdocs/comm/action/rapport/index.php
@@ -21,10 +21,17 @@
  * $Source$
  *
  */
+
+/*!
+	    \file       htdocs/comm/action/rapport/index.php
+        \ingroup    commercial
+		\brief      Page accueil des rapports des actions commerciales
+		\version    $Revision$
+*/
+
 require("./pre.inc.php");
 
 require("../../../contact.class.php");
-require("../../../cactioncomm.class.php");
 require("../../../actioncomm.class.php");
 
 /*
diff --git a/htdocs/comm/fiche.php b/htdocs/comm/fiche.php
index 16f9dbf74dfb568d2ea5cfcce27a9861c08e7fe4..a8c7db555b4578f68c3004c22245509ced430c8f 100644
--- a/htdocs/comm/fiche.php
+++ b/htdocs/comm/fiche.php
@@ -30,7 +30,6 @@
  
 require("./pre.inc.php");
 require("../contact.class.php");
-require("../cactioncomm.class.php");
 require("../actioncomm.class.php");
 
 $user->getrights('propale');
diff --git a/htdocs/comm/prospect/fiche.php b/htdocs/comm/prospect/fiche.php
index bd066228fc4e6edf4774c649d9d76c55744101d7..fcbbdb79afce7a31ee12a84622547eb6369ce7e0 100644
--- a/htdocs/comm/prospect/fiche.php
+++ b/htdocs/comm/prospect/fiche.php
@@ -30,7 +30,6 @@
 
 require("./pre.inc.php");
 require("../../contact.class.php");
-require("../../cactioncomm.class.php");
 require("../../actioncomm.class.php");
 
 $langs->load('companies');
diff --git a/htdocs/compta/clients.php b/htdocs/compta/clients.php
index c56ad024ad83b0d6096c37b9885cde5e59038552..d630e56add67ba0d4c77078de4d27a7b97a1b5c7 100644
--- a/htdocs/compta/clients.php
+++ b/htdocs/compta/clients.php
@@ -30,7 +30,6 @@
  
 require("./pre.inc.php");
 require("../contact.class.php");
-require("../cactioncomm.class.php");
 require("../actioncomm.class.php");
 if ($conf->webcal->enabled) {
     require("../lib/webcal.class.php");
diff --git a/htdocs/compta/fiche.php b/htdocs/compta/fiche.php
index d74db076bc215ba6105cc0a6a93f5f11389c282a..23a62156963300fcdc02366e2057da477120bb1e 100644
--- a/htdocs/compta/fiche.php
+++ b/htdocs/compta/fiche.php
@@ -29,7 +29,6 @@
 
 require("./pre.inc.php");
 require("../contact.class.php");
-require("../cactioncomm.class.php");
 require("../actioncomm.class.php");
 require("../facture.class.php");
 
diff --git a/htdocs/societe.php b/htdocs/societe.php
index 681404a7ae12f512adf212a3c993e51e6c2d1308..c3b2f4adaa0b5507f8405863b77e81ce53868371 100644
--- a/htdocs/societe.php
+++ b/htdocs/societe.php
@@ -29,7 +29,6 @@
  
 require("./pre.inc.php");
 require("./contact.class.php");
-require("./cactioncomm.class.php");
 require("./actioncomm.class.php");
 
 $langs->load("companies");