aboutsummaryrefslogtreecommitdiffstats
path: root/include/pugl/stub.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2025-02-07 15:35:19 -0500
committerDavid Robillard <d@drobilla.net>2025-02-07 15:35:19 -0500
commit7976df1832f8164e459902dc247a232f49b61064 (patch)
treed00dc8c7317b9ac3098f7facb47d84ffe34109f9 /include/pugl/stub.h
parentda301d48c6d519fb2020573c6a501a0c43f9064c (diff)
downloadpugl-7976df1832f8164e459902dc247a232f49b61064.tar.gz
pugl-7976df1832f8164e459902dc247a232f49b61064.tar.bz2
pugl-7976df1832f8164e459902dc247a232f49b61064.zip
Use angle brackets for library includes and clean up include paths
Diffstat (limited to 'include/pugl/stub.h')
-rw-r--r--include/pugl/stub.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/pugl/stub.h b/include/pugl/stub.h
index 8bfe4d8..e81e56f 100644
--- a/include/pugl/stub.h
+++ b/include/pugl/stub.h
@@ -4,8 +4,8 @@
#ifndef PUGL_STUB_H
#define PUGL_STUB_H
-#include "pugl/attributes.h"
-#include "pugl/pugl.h"
+#include <pugl/attributes.h>
+#include <pugl/pugl.h>
PUGL_BEGIN_DECLS