From 2a9045792bc976ec1c9be26fc078823cc2be793a Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Sun, 8 Apr 2012 23:08:04 +0200 Subject: [PATCH] Fix includes in tests. --- tests/tests.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/tests.c b/tests/tests.c index 6962553..8717477 100644 --- a/tests/tests.c +++ b/tests/tests.c @@ -26,9 +26,9 @@ #include -#include "cfwobject.h" -#include "cfwstring.h" -#include "cfwarray.h" +#include "object.h" +#include "string.h" +#include "array.h" int main()