summaryrefslogtreecommitdiff
path: root/test/test_fmt_sscanf.c
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2018-01-04 21:50:05 +0100
committerRichard Braun <rbraun@sceen.net>2018-01-04 21:50:05 +0100
commitb03224b9a82a4d46fd1e469821975f9a5295ed40 (patch)
tree7830e5dc6316f4d29abb3c27c8a7ef77684446df /test/test_fmt_sscanf.c
parente7321910ca4d956b572a050d302a25df37ce06ab (diff)
Move sources to new src/ directory
Diffstat (limited to 'test/test_fmt_sscanf.c')
-rw-r--r--test/test_fmt_sscanf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/test_fmt_sscanf.c b/test/test_fmt_sscanf.c
index 986ca0b..3c16a56 100644
--- a/test/test_fmt_sscanf.c
+++ b/test/test_fmt_sscanf.c
@@ -26,9 +26,9 @@
#pragma GCC diagnostic ignored "-Wformat"
-#include "../check.h"
-#include "../fmt.h"
-#include "../macros.h"
+#include <check.h>
+#include <fmt.h>
+#include <macros.h>
#define TEST_STR_SIZE 64