From 23d5f3731bd0d08a1c732ec025126af56865713f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 24 Nov 2024 17:42:07 -0500 Subject: Use angle brackets for library includes --- src/ganv_test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ganv_test.c') diff --git a/src/ganv_test.c b/src/ganv_test.c index 737d292..44abef9 100644 --- a/src/ganv_test.c +++ b/src/ganv_test.c @@ -13,8 +13,8 @@ * with Ganv. If not, see . */ -#include "ganv/ganv.h" -#include "ganv/item.h" +#include +#include #include -- cgit v1.2.1