diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-02-28 15:50:56 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-02-28 15:50:56 +0100 |
commit | f69142368d77631621c23e3c0bea201c027f9e53 (patch) | |
tree | a5b5599d2823bc3f0f6ee2348188d765d4e08bf8 /lib/efl | |
parent | e1bcbdf778f9981a05f9c808d49477e8a4500e91 (diff) | |
download | ffi-efl-f69142368d77631621c23e3c0bea201c027f9e53.zip ffi-efl-f69142368d77631621c23e3c0bea201c027f9e53.tar.gz |
tols/genruby: ElmFonts, ElmRoute -> fix requires
Diffstat (limited to 'lib/efl')
-rw-r--r-- | lib/efl/native/elm/elm_fonts.rb | 1 | ||||
-rw-r--r-- | lib/efl/native/elm/elm_route.rb | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/efl/native/elm/elm_fonts.rb b/lib/efl/native/elm/elm_fonts.rb index 1c5e985..14c7123 100644 --- a/lib/efl/native/elm/elm_fonts.rb +++ b/lib/efl/native/elm/elm_fonts.rb @@ -2,6 +2,7 @@ # -*- coding: UTF-8 -*- # require 'efl/native' +require 'efl/native/eina_hash' require 'efl/native/elementary' # module Efl diff --git a/lib/efl/native/elm/elm_route.rb b/lib/efl/native/elm/elm_route.rb index 706675c..8558d79 100644 --- a/lib/efl/native/elm/elm_route.rb +++ b/lib/efl/native/elm/elm_route.rb @@ -2,6 +2,7 @@ # -*- coding: UTF-8 -*- # require 'efl/native' +require 'efl/native/emap' require 'efl/native/elementary' # module Efl |