Remove circular require

Will this break anything? It shouldn't; Formula will always be loaded
before Tab anyway. But really there is a design problem here, Tab
shouldn't have any hardcoded references to Formula. I think this is
fixable, but callers of for_formula will need to be checked first.
This commit is contained in:
Jack Nagel 2013-03-28 17:37:29 -05:00
parent 0d45c3c0f2
commit 891cfe454b

View File

@ -1,5 +1,4 @@
require 'ostruct'
require 'formula'
require 'options'
require 'vendor/multi_json'