Index: tests/tests.c ================================================================== --- tests/tests.c +++ tests/tests.c @@ -24,13 +24,13 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include -#include "cfwobject.h" -#include "cfwstring.h" -#include "cfwarray.h" +#include "object.h" +#include "string.h" +#include "array.h" int main() { CFWString *s[3];