aboutsummaryrefslogtreecommitdiffstats
path: root/examples/pugl_print_events.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2025-02-09 10:15:20 -0500
committerDavid Robillard <d@drobilla.net>2025-02-09 10:15:57 -0500
commitd38dda5a7f283234021ef3ac738d2e86167c9434 (patch)
tree678678eac8da6678c555c6d911dbe5819d89a7e3 /examples/pugl_print_events.c
parentd0f0238bef9684ce71b68debf32b2d068e19bda5 (diff)
downloadpugl-d38dda5a7f283234021ef3ac738d2e86167c9434.tar.gz
pugl-d38dda5a7f283234021ef3ac738d2e86167c9434.tar.bz2
pugl-d38dda5a7f283234021ef3ac738d2e86167c9434.zip
Use angle brackets for puglutil includes
The convention here is that quotes are used for paths relative to the current file only.
Diffstat (limited to 'examples/pugl_print_events.c')
-rw-r--r--examples/pugl_print_events.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pugl_print_events.c b/examples/pugl_print_events.c
index 0ec4e65..9445e50 100644
--- a/examples/pugl_print_events.c
+++ b/examples/pugl_print_events.c
@@ -1,7 +1,7 @@
// Copyright 2012-2020 David Robillard <d@drobilla.net>
// SPDX-License-Identifier: ISC
-#include "puglutil/test_utils.h"
+#include <puglutil/test_utils.h>
#include <pugl/pugl.h>
#include <pugl/stub.h>