From 7976df1832f8164e459902dc247a232f49b61064 Mon Sep 17 00:00:00 2001 From: David Robillard <d@drobilla.net> Date: Fri, 7 Feb 2025 15:35:19 -0500 Subject: Use angle brackets for library includes and clean up include paths --- test/test_redisplay.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/test_redisplay.c') diff --git a/test/test_redisplay.c b/test/test_redisplay.c index 19dd812..05f7e06 100644 --- a/test/test_redisplay.c +++ b/test/test_redisplay.c @@ -10,8 +10,8 @@ #include "puglutil/test_utils.h" -#include "pugl/pugl.h" -#include "pugl/stub.h" +#include <pugl/pugl.h> +#include <pugl/stub.h> #include <assert.h> #include <stdbool.h> -- cgit v1.2.1