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 2012/12/23 22:59:07 UTC

[lucy-commits] git commit: refs/heads/master - Remove unneeded include

Updated Branches:
  refs/heads/master 377630cf4 -> d874b33ea


Remove unneeded include


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

Branch: refs/heads/master
Commit: d874b33ea546e83d25abb6dc2a9701d1055bc013
Parents: 377630c
Author: Nick Wellnhofer <we...@aevum.de>
Authored: Sun Dec 23 22:46:36 2012 +0100
Committer: Nick Wellnhofer <we...@aevum.de>
Committed: Sun Dec 23 22:46:36 2012 +0100

----------------------------------------------------------------------
 clownfish/compiler/src/CFCPerl.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy/blob/d874b33e/clownfish/compiler/src/CFCPerl.c
----------------------------------------------------------------------
diff --git a/clownfish/compiler/src/CFCPerl.c b/clownfish/compiler/src/CFCPerl.c
index 31a1a45..dd5c378 100644
--- a/clownfish/compiler/src/CFCPerl.c
+++ b/clownfish/compiler/src/CFCPerl.c
@@ -25,7 +25,6 @@
 #include "CFCMethod.h"
 #include "CFCHierarchy.h"
 #include "CFCUtil.h"
-#include "CFCBindMethod.h"
 #include "CFCPerlClass.h"
 #include "CFCPerlSub.h"
 #include "CFCPerlConstructor.h"