From 77b587f942bf3768e5b680ac5e9f24c03a40c607 Mon Sep 17 00:00:00 2001
From: Rashmi Yadav <rays.rashmi@gmail.com>
Date: Thu, 4 Jul 2013 19:41:45 +0200
Subject: Removed unsued deprecation require

---
 activesupport/lib/active_support/core_ext/date_time/calculations.rb | 1 -
 activesupport/lib/active_support/core_ext/time/calculations.rb      | 1 -
 2 files changed, 2 deletions(-)

(limited to 'activesupport')

diff --git a/activesupport/lib/active_support/core_ext/date_time/calculations.rb b/activesupport/lib/active_support/core_ext/date_time/calculations.rb
index ff59be0022..7d4f716bb6 100644
--- a/activesupport/lib/active_support/core_ext/date_time/calculations.rb
+++ b/activesupport/lib/active_support/core_ext/date_time/calculations.rb
@@ -1,5 +1,4 @@
 require 'date'
-require 'active_support/deprecation'
 
 class DateTime
   class << self
diff --git a/activesupport/lib/active_support/core_ext/time/calculations.rb b/activesupport/lib/active_support/core_ext/time/calculations.rb
index f55a2797b5..fa74fee78a 100644
--- a/activesupport/lib/active_support/core_ext/time/calculations.rb
+++ b/activesupport/lib/active_support/core_ext/time/calculations.rb
@@ -3,7 +3,6 @@ require 'active_support/core_ext/time/conversions'
 require 'active_support/time_with_zone'
 require 'active_support/core_ext/time/zones'
 require 'active_support/core_ext/date_and_time/calculations'
-require 'active_support/deprecation'
 
 class Time
   include DateAndTime::Calculations
-- 
cgit v1.2.3