From 05ef97dd141c02103d58d67ab8339bcc6a1fe0e8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?=
 <rafaelmfranca@gmail.com>
Date: Thu, 3 Jan 2013 23:19:28 -0300
Subject: Remove unnecessary requires

---
 .../lib/active_support/core_ext/numeric/infinite_comparable.rb          | 2 --
 1 file changed, 2 deletions(-)

(limited to 'activesupport')

diff --git a/activesupport/lib/active_support/core_ext/numeric/infinite_comparable.rb b/activesupport/lib/active_support/core_ext/numeric/infinite_comparable.rb
index 07d4d7446a..b5f1b0487b 100644
--- a/activesupport/lib/active_support/core_ext/numeric/infinite_comparable.rb
+++ b/activesupport/lib/active_support/core_ext/numeric/infinite_comparable.rb
@@ -1,5 +1,3 @@
-require 'active_support/core_ext/big_decimal/conversions'
-require 'active_support/number_helper'
 require 'active_support/core_ext/infinite_comparable'
 
 class Float
-- 
cgit v1.2.3