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_gl.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'test/test_gl.c')

diff --git a/test/test_gl.c b/test/test_gl.c
index 2747eef..ce85fa5 100644
--- a/test/test_gl.c
+++ b/test/test_gl.c
@@ -7,8 +7,8 @@
 
 #include "puglutil/test_utils.h"
 
-#include "pugl/gl.h"
-#include "pugl/pugl.h"
+#include <pugl/gl.h>
+#include <pugl/pugl.h>
 
 #include <assert.h>
 #include <stdbool.h>
-- 
cgit v1.2.1