Skip to content

Commit

Permalink
removes redundant requires
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Stroop committed Dec 1, 2014
1 parent f2f107e commit 41660b1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion lib/iiif/hash_behaviours.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
require 'forwardable'
require File.join(File.dirname(__FILE__), '../active_support/ordered_hash')

module IIIF
module HashBehaviours
Expand Down
2 changes: 0 additions & 2 deletions lib/iiif/presentation.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
require File.join(File.dirname(__FILE__), 'service')
require File.join(File.dirname(__FILE__), 'hash_behaviours')
%w{
abstract_resource
annotation
Expand All @@ -15,7 +14,6 @@
}.each do |f|
require File.join(File.dirname(__FILE__), 'presentation', f)
end
require File.join(File.dirname(__FILE__), '../active_support/ordered_hash')

module IIIF
module Presentation
Expand Down
1 change: 0 additions & 1 deletion lib/iiif/service.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
require File.join(File.dirname(__FILE__), 'hash_behaviours')
require File.join(File.dirname(__FILE__), '../active_support/ordered_hash')
require 'active_support/ordered_hash'
require 'active_support/inflector'
require 'json'
Expand Down

0 comments on commit 41660b1

Please sign in to comment.