From f2e294f99b42becc35588673f45a2d536e1091fa Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 19 Oct 2020 12:09:10 +0200 Subject: Cleanup: Fix IWYU warnings --- pugl/gl.h | 4 ++++ pugl/glu.h | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'pugl') 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 -- cgit v1.2.1