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 <[email protected]> Authored: Sun Dec 23 22:46:36 2012 +0100 Committer: Nick Wellnhofer <[email protected]> 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"
