diff options
author | David Robillard <d@drobilla.net> | 2025-02-09 10:15:20 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2025-02-09 10:15:57 -0500 |
commit | d38dda5a7f283234021ef3ac738d2e86167c9434 (patch) | |
tree | 678678eac8da6678c555c6d911dbe5819d89a7e3 /examples/pugl_management_demo.c | |
parent | d0f0238bef9684ce71b68debf32b2d068e19bda5 (diff) | |
download | pugl-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_management_demo.c')
-rw-r--r-- | examples/pugl_management_demo.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/examples/pugl_management_demo.c b/examples/pugl_management_demo.c index 61d7a51..c9b3f4a 100644 --- a/examples/pugl_management_demo.c +++ b/examples/pugl_management_demo.c @@ -1,11 +1,9 @@ // Copyright 2012-2023 David Robillard <d@drobilla.net> // SPDX-License-Identifier: ISC -/* - A demonstration of window types, states, and management. -*/ +// A demonstration of window types, states, and management -#include "puglutil/test_utils.h" +#include <puglutil/test_utils.h> #include <pugl/cairo.h> #include <pugl/pugl.h> |