aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/glu.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/glu.h
parentc5ca8a3cff884bfba20f31f9ea8febdd3e66a9a5 (diff)
downloadpugl-f2e294f99b42becc35588673f45a2d536e1091fa.tar.gz
pugl-f2e294f99b42becc35588673f45a2d536e1091fa.tar.bz2
pugl-f2e294f99b42becc35588673f45a2d536e1091fa.zip
Cleanup: Fix IWYU warnings
Diffstat (limited to 'pugl/glu.h')
-rw-r--r--pugl/glu.h4
1 files changed, 4 insertions, 0 deletions
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