From d38dda5a7f283234021ef3ac738d2e86167c9434 Mon Sep 17 00:00:00 2001
From: David Robillard <d@drobilla.net>
Date: Sun, 9 Feb 2025 10:15:20 -0500
Subject: Use angle brackets for puglutil includes

The convention here is that quotes are used for paths relative to the current
file only.
---
 test/test_redisplay.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'test/test_redisplay.c')

diff --git a/test/test_redisplay.c b/test/test_redisplay.c
index 10d918e..01be5b6 100644
--- a/test/test_redisplay.c
+++ b/test/test_redisplay.c
@@ -8,7 +8,7 @@
 
 #undef NDEBUG
 
-#include "puglutil/test_utils.h"
+#include <puglutil/test_utils.h>
 
 #include <pugl/pugl.h>
 #include <pugl/stub.h>
-- 
cgit v1.2.1