aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/time_with_zone.rb
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2009-04-07 20:18:09 -0700
committerJeremy Kemper <jeremy@bitsweat.net>2009-04-07 20:18:09 -0700
commit4a5f89fa6441218dc2a1d4839f516ca841662f42 (patch)
treec4172a74f3a116e2d3887f92c3eeff30417e9f92 /activesupport/lib/active_support/time_with_zone.rb
parentd848b7817fe5ce044709e09fa96464d0d6020c9d (diff)
downloadrails-4a5f89fa6441218dc2a1d4839f516ca841662f42.tar.gz
rails-4a5f89fa6441218dc2a1d4839f516ca841662f42.tar.bz2
rails-4a5f89fa6441218dc2a1d4839f516ca841662f42.zip
Unneeded require
Diffstat (limited to 'activesupport/lib/active_support/time_with_zone.rb')
-rw-r--r--activesupport/lib/active_support/time_with_zone.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/time_with_zone.rb b/activesupport/lib/active_support/time_with_zone.rb
index b8bce8379f..9dcf75ff96 100644
--- a/activesupport/lib/active_support/time_with_zone.rb
+++ b/activesupport/lib/active_support/time_with_zone.rb
@@ -1,4 +1,3 @@
-require 'tzinfo'
require 'active_support/duration'
require 'active_support/core_ext/numeric/time'
require 'active_support/core_ext/integer/time'