Merge pull request #2185 from jaapjansma/CRM-13946
[civicrm-core.git] / CRM / Import / DataSource.php
index f5dd81a9c7bfa238b6912b7dbce9948bb560bcfa..cda3ebe86964e9b38bb40b294b23b7f69daafc62 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.3                                                |
+ | CiviCRM version 4.4                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2013                                |
  +--------------------------------------------------------------------+
@@ -33,8 +33,6 @@
  *
  */
 
-#require_once 'CRM/Import/Parser/Contact.php';
-
 /**
  * This class defines the DataSource interface but must be subclassed to be
  * useful.