Skip to content

Commit

Permalink
Added explicit require of pathmap so the file_list.rb is separately r…
Browse files Browse the repository at this point in the history
…equirable.
  • Loading branch information
jimweirich committed Feb 23, 2011
1 parent ed871bc commit b8a1c4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/rake/file_list.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
require 'rake/cloneable'
require 'rake/file_utils_ext'
require 'rake/pathmap'

######################################################################
module Rake
Expand Down

0 comments on commit b8a1c4c

Please sign in to comment.