diff options
author | David Robillard <d@drobilla.net> | 2025-02-07 15:35:19 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2025-02-07 15:35:19 -0500 |
commit | 7976df1832f8164e459902dc247a232f49b61064 (patch) | |
tree | d00dc8c7317b9ac3098f7facb47d84ffe34109f9 /test/test_world.c | |
parent | da301d48c6d519fb2020573c6a501a0c43f9064c (diff) | |
download | pugl-7976df1832f8164e459902dc247a232f49b61064.tar.gz pugl-7976df1832f8164e459902dc247a232f49b61064.tar.bz2 pugl-7976df1832f8164e459902dc247a232f49b61064.zip |
Use angle brackets for library includes and clean up include paths
Diffstat (limited to 'test/test_world.c')
-rw-r--r-- | test/test_world.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_world.c b/test/test_world.c index 18c8ef2..9d0d145 100644 --- a/test/test_world.c +++ b/test/test_world.c @@ -5,7 +5,7 @@ #undef NDEBUG -#include "pugl/pugl.h" +#include <pugl/pugl.h> #include <assert.h> #include <stdint.h> |