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 2013/02/24 18:25:57 UTC

[lucy-commits] [4/19] git commit: refs/heads/master - Fix #includes in TestRunner.c

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/master
Commit: 49cf506ad2059971baebd00ee4190764a29f6482
Parents: 4072c56
Author: Nick Wellnhofer <we...@aevum.de>
Authored: Sun Feb 17 12:00:19 2013 +0100
Committer: Nick Wellnhofer <we...@aevum.de>
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*