diff tests/test-rbuf.c @ 121:789b23e01f52

misc: reorganize hierarchy, closes #2490
author David Demelier <markand@malikania.fr>
date Mon, 05 Oct 2020 13:25:06 +0200
parents b3429b26d60d
children
line wrap: on
line diff
--- a/tests/test-rbuf.c	Mon Oct 05 13:05:09 2020 +0200
+++ b/tests/test-rbuf.c	Mon Oct 05 13:25:06 2020 +0200
@@ -19,7 +19,7 @@
 #define GREATEST_USE_ABBREVS 0
 #include <greatest.h>
 
-#include <rbuf.h>
+#include <core/rbuf.h>
 
 /* Don't use "" to avoid '\0' */
 const char data1[] = { 'a', 'b', 'c', '\n', 'd', 'e', 'f', '\n' };