From 950e6c9148eca244a89d18a21d4ae4e5c3d1c646 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Wed, 23 Dec 2015 19:53:04 +0100 Subject: build: removing src/utils and replacing with squareball squareball is a new general purpose library for C99, based on the code removed from src/utils --- tests/check_error.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/check_error.c') diff --git a/tests/check_error.c b/tests/check_error.c index 17e1c40..ea339d6 100644 --- a/tests/check_error.c +++ b/tests/check_error.c @@ -16,7 +16,7 @@ #include #include #include "../src/error.h" -#include "../src/utils/utils.h" +#include static void -- cgit v1.2.3-18-g5258