From 6abb3d7ec97e224eb5cfe6132533011638df931b Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 19 Aug 2012 19:58:33 -0500 Subject: vcodex: don't re-require download_strategy This is already available via formula.rb. Signed-off-by: Jack Nagel --- Library/Formula/vcodex.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Library') diff --git a/Library/Formula/vcodex.rb b/Library/Formula/vcodex.rb index a29abc0aa..b1f29371b 100644 --- a/Library/Formula/vcodex.rb +++ b/Library/Formula/vcodex.rb @@ -1,7 +1,6 @@ require 'formula' -require 'download_strategy' -class VcodexDownloadStrategy