You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by nw...@apache.org on 2015/05/12 20:01:21 UTC

[5/6] lucy-clownfish git commit: Remove unneeded #include

Remove unneeded #include


Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/8f811c47
Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/8f811c47
Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/8f811c47

Branch: refs/heads/master
Commit: 8f811c47311a758056f2b9b50666020481b098ad
Parents: 64310b4
Author: Nick Wellnhofer <we...@aevum.de>
Authored: Sat May 9 17:42:58 2015 +0200
Committer: Nick Wellnhofer <we...@aevum.de>
Committed: Tue May 12 19:57:45 2015 +0200

----------------------------------------------------------------------
 runtime/ruby/ext/Bind.c | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/8f811c47/runtime/ruby/ext/Bind.c
----------------------------------------------------------------------
diff --git a/runtime/ruby/ext/Bind.c b/runtime/ruby/ext/Bind.c
index edf0fa9..fa8a130 100644
--- a/runtime/ruby/ext/Bind.c
+++ b/runtime/ruby/ext/Bind.c
@@ -17,7 +17,6 @@
 #include "ruby.h"
 #include "Bind.h"
 #include "Clownfish/Util/StringHelper.h"
-#include "Clownfish/Util/NumberUtils.h"
 
 VALUE
 Bind_cfish_to_ruby(cfish_Obj *obj) {