From d38dda5a7f283234021ef3ac738d2e86167c9434 Mon Sep 17 00:00:00 2001 From: David Robillard 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. --- examples/pugl_window_demo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/pugl_window_demo.c') diff --git a/examples/pugl_window_demo.c b/examples/pugl_window_demo.c index 6e87274..867f856 100644 --- a/examples/pugl_window_demo.c +++ b/examples/pugl_window_demo.c @@ -8,7 +8,7 @@ #include "cube_view.h" #include "demo_utils.h" -#include "puglutil/test_utils.h" +#include #include #include -- cgit v1.2.1