summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-02-28 15:50:56 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-02-28 15:50:56 +0100
commitf69142368d77631621c23e3c0bea201c027f9e53 (patch)
treea5b5599d2823bc3f0f6ee2348188d765d4e08bf8 /lib
parente1bcbdf778f9981a05f9c808d49477e8a4500e91 (diff)
downloadffi-efl-f69142368d77631621c23e3c0bea201c027f9e53.zip
ffi-efl-f69142368d77631621c23e3c0bea201c027f9e53.tar.gz
tols/genruby: ElmFonts, ElmRoute -> fix requires
Diffstat (limited to 'lib')
-rw-r--r--lib/efl/native/elm/elm_fonts.rb1
-rw-r--r--lib/efl/native/elm/elm_route.rb1
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