CRM-13072 more test class upgrades
[civicrm-core.git] / api / v3 / SurveyRespondant.php
index dc30a03136236a64b15b0900931961b1e0c99ae7..b1d09bd3ab44b5b79c65eb97b37b35c558fd63ab 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
 /*
  +--------------------------------------------------------------------+
@@ -38,8 +37,6 @@
  * Include utility functions
  */
 require_once 'api/v3/utils.php';
-require_once 'CRM/Utils/Rule.php';
-require_once 'CRM/Campaign/BAO/Petition.php';
 
 /**
  * Get the list of signatories
@@ -77,7 +74,7 @@ function civicrm_api3_survey_respondant_get(&$params) {
   return (civicrm_api3_create_success($respondants, $params));
 }
 
-/*
+/**
  * @deprecated - api currently not supported
  */
 function &civicrm_api3_survey_respondant_count($params) {