diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-04-09 20:18:01 +0000 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-04-09 20:18:01 +0000 |
commit | b3296b34fae299b885434a0b846327444c3c44a0 (patch) | |
tree | dfaf26e241d6697a5d7793d2c1976ab6e7307a58 /lib | |
parent | d24ca5a5c8663dfcc62efe36b611f2d0491d52ed (diff) |
More require cleanups
Diffstat (limited to 'lib')
-rw-r--r-- | lib/rbot/core/utils/utils.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/rbot/core/utils/utils.rb b/lib/rbot/core/utils/utils.rb index 694e1c28..1c27aa02 100644 --- a/lib/rbot/core/utils/utils.rb +++ b/lib/rbot/core/utils/utils.rb @@ -12,8 +12,6 @@ # TODO some of these Utils should be rewritten as extensions to the approriate # standard Ruby classes and accordingly be moved to extends.rb -require 'net/http' -require 'uri' require 'tempfile' require 'set' |