aboutsummaryrefslogtreecommitdiffstats
path: root/pugl
diff options
context:
space:
mode:
Diffstat (limited to 'pugl')
-rw-r--r--pugl/gl.h4
-rw-r--r--pugl/glu.h4
2 files changed, 8 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
diff --git a/pugl/glu.h b/pugl/glu.h
index 94da8fc..423a917 100644
--- a/pugl/glu.h
+++ b/pugl/glu.h
@@ -22,6 +22,8 @@
pure portable programs.
*/
+// IWYU pragma: begin_exports
+
#ifdef __APPLE__
# include "OpenGL/glu.h"
#else
@@ -30,3 +32,5 @@
# endif
# include "GL/glu.h"
#endif
+
+// IWYU pragma: end_exports