Repository: lucy-clownfish
Updated Branches:
  refs/heads/master c6ca5ee65 -> ade0c09cc


Remove unneeded #includes


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

Branch: refs/heads/master
Commit: 99b59a92f63f695a644314fbe2dc29b1614536c6
Parents: c6ca5ee
Author: Nick Wellnhofer <wellnho...@aevum.de>
Authored: Sat Jul 25 16:50:13 2015 +0200
Committer: Nick Wellnhofer <wellnho...@aevum.de>
Committed: Sat Jul 25 16:50:13 2015 +0200

----------------------------------------------------------------------
 compiler/c/cfc.c        | 1 -
 compiler/c/t/test_cfc.c | 1 -
 2 files changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/99b59a92/compiler/c/cfc.c
----------------------------------------------------------------------
diff --git a/compiler/c/cfc.c b/compiler/c/cfc.c
index 9e36a5a..7ff3a5e 100644
--- a/compiler/c/cfc.c
+++ b/compiler/c/cfc.c
@@ -18,7 +18,6 @@
 #include "CFCBindCore.h"
 #include "CFCC.h"
 #include "CFCClass.h"
-#include "CFCLexHeader.h"
 #include "CFCHierarchy.h"
 #include "CFCParcel.h"
 #include "CFCUtil.h"

http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/99b59a92/compiler/c/t/test_cfc.c
----------------------------------------------------------------------
diff --git a/compiler/c/t/test_cfc.c b/compiler/c/t/test_cfc.c
index 21a9850..66fa90a 100644
--- a/compiler/c/t/test_cfc.c
+++ b/compiler/c/t/test_cfc.c
@@ -17,7 +17,6 @@
 #include <stdlib.h>
 
 #include "CFCBase.h"
-#include "CFCLexHeader.h"
 #include "CFCTest.h"
 
 int


Reply via email to