From b03224b9a82a4d46fd1e469821975f9a5295ed40 Mon Sep 17 00:00:00 2001 From: Richard Braun Date: Thu, 4 Jan 2018 21:50:05 +0100 Subject: Move sources to new src/ directory --- test/test_fmt_sprintf.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/test_fmt_sprintf.c') diff --git a/test/test_fmt_sprintf.c b/test/test_fmt_sprintf.c index e55f729..11dccd5 100644 --- a/test/test_fmt_sprintf.c +++ b/test/test_fmt_sprintf.c @@ -26,9 +26,9 @@ #pragma GCC diagnostic ignored "-Wformat" -#include "../check.h" -#include "../fmt.h" -#include "../macros.h" +#include +#include +#include #define TEST_SPRINTF(format, ...) \ MACRO_BEGIN \ -- cgit v1.2.3