aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/gl.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-10-19 12:09:10 +0200
committerDavid Robillard <d@drobilla.net>2020-10-19 12:09:23 +0200
commitf2e294f99b42becc35588673f45a2d536e1091fa (patch)
tree5068374f3efebf87efa50ffd595bb051bc634abb /pugl/gl.h
parentc5ca8a3cff884bfba20f31f9ea8febdd3e66a9a5 (diff)
downloadpugl-f2e294f99b42becc35588673f45a2d536e1091fa.tar.gz
pugl-f2e294f99b42becc35588673f45a2d536e1091fa.tar.bz2
pugl-f2e294f99b42becc35588673f45a2d536e1091fa.zip
Cleanup: Fix IWYU warnings
Diffstat (limited to 'pugl/gl.h')
-rw-r--r--pugl/gl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/pugl/gl.h b/pugl/gl.h
index dbb2e60..9f7a741 100644
--- a/pugl/gl.h
+++ b/pugl/gl.h
@@ -22,6 +22,8 @@
pure portable programs.
*/
+// IWYU pragma: begin_exports
+
#ifdef __APPLE__
# include "OpenGL/gl.h"
#else
@@ -30,3 +32,5 @@
# endif
# include "GL/gl.h"
#endif
+
+// IWYU pragma: end_exports