summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-11-06 11:14:37 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-11-06 11:14:37 +0000
commitf177bcdd0a69d1255086c8aa6245dab94280c0c4 (patch)
treed93856e44257468a9ff0a1a3edd406b855fc57d9
parent1d82954444cba4017a26ee5feff93e885dba2245 (diff)
* lib/rss/0.9.rb (RSS::Rss): removed needless include.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@11285 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rw-r--r--lib/rss/0.9.rb1
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7c52fe1451..2ae36bc3d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Nov 6 20:11:20 2006 Kouhei Sutou <kou@cozmixng.org>
+
+ * lib/rss/0.9.rb (RSS::Rss): removed needless include.
+
Mon Nov 6 15:41:55 2006 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
* ext/tk/lib/tk/itemconfig.rb: ext/tk/lib/tk/itemconfig.rb: bug
diff --git a/lib/rss/0.9.rb b/lib/rss/0.9.rb
index eb2d828102..69e01ddd57 100644
--- a/lib/rss/0.9.rb
+++ b/lib/rss/0.9.rb
@@ -17,7 +17,6 @@ module RSS
include RSS09
include RootElementMixin
- include XMLStyleSheetMixin
%w(channel).each do |name|
install_have_child_element(name, "", nil)