Updated Branches:
  refs/heads/clownfish-test-v2 e15e8697d -> 49cf506ad

Fix #includes in TestRunner.c


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

Branch: refs/heads/clownfish-test-v2
Commit: 49cf506ad2059971baebd00ee4190764a29f6482
Parents: 4072c56
Author: Nick Wellnhofer <[email protected]>
Authored: Sun Feb 17 12:00:19 2013 +0100
Committer: Nick Wellnhofer <[email protected]>
Committed: Sun Feb 17 12:00:19 2013 +0100

----------------------------------------------------------------------
 core/Clownfish/Test/TestRunner.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy/blob/49cf506a/core/Clownfish/Test/TestRunner.c
----------------------------------------------------------------------
diff --git a/core/Clownfish/Test/TestRunner.c b/core/Clownfish/Test/TestRunner.c
index 3bf399d..b021bb2 100644
--- a/core/Clownfish/Test/TestRunner.c
+++ b/core/Clownfish/Test/TestRunner.c
@@ -21,11 +21,9 @@
 #define CHY_USE_SHORT_NAMES
 
 #include "Clownfish/Test/TestRunner.h"
-#include "Clownfish/CharBuf.h"
 #include "Clownfish/Err.h"
-#include "Clownfish/Test/Formatter/TestFormatterTAP.h"
+#include "Clownfish/Test/TestFormatter.h"
 #include "Lucy/Test.h"
-#include "Clownfish/VArray.h"
 #include "Clownfish/VTable.h"
 
 TestRunner*

Reply via email to