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_vulkan_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_vulkan_demo.c')
-rw-r--r-- | examples/pugl_vulkan_demo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pugl_vulkan_demo.c b/examples/pugl_vulkan_demo.c index 6c59af0..75083c4 100644 --- a/examples/pugl_vulkan_demo.c +++ b/examples/pugl_vulkan_demo.c @@ -11,7 +11,7 @@ #include "demo_utils.h" -#include "puglutil/test_utils.h" +#include <puglutil/test_utils.h> #include <pugl/pugl.h> #include <pugl/vulkan.h> |