From efc66e2cdcd3d24620d3bc9ecd8b07f58d50ebed Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Thu, 28 Jul 2016 15:13:47 -0700 Subject: [PATCH] Regen DAOs to remove unnecessary imports --- CRM/Core/DAO/Address.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/CRM/Core/DAO/Address.php b/CRM/Core/DAO/Address.php index d22e5d745c..538564936c 100644 --- a/CRM/Core/DAO/Address.php +++ b/CRM/Core/DAO/Address.php @@ -34,9 +34,6 @@ */ require_once 'CRM/Core/DAO.php'; require_once 'CRM/Utils/Type.php'; -require_once 'CRM/Core/DAO/County.php'; -require_once 'CRM/Core/DAO/StateProvince.php'; -require_once 'CRM/Core/DAO/Country.php'; class CRM_Core_DAO_Address extends CRM_Core_DAO { /** * static instance to hold the table name -- 2.25.1