From 757e15e5c25dabfb4b204339bacdeba9728117dc Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 21 Oct 2023 09:53:46 -0400 Subject: Clean up includes --- include/pugl/cairo.h | 1 + include/pugl/gl.h | 1 + include/pugl/stub.h | 1 + include/pugl/vulkan.h | 1 + src/x11_cairo.c | 1 - 5 files changed, 4 insertions(+), 1 deletion(-) diff --git a/include/pugl/cairo.h b/include/pugl/cairo.h index 6727d8e..fda1191 100644 --- a/include/pugl/cairo.h +++ b/include/pugl/cairo.h @@ -4,6 +4,7 @@ #ifndef PUGL_CAIRO_H #define PUGL_CAIRO_H +#include "pugl/attributes.h" #include "pugl/pugl.h" PUGL_BEGIN_DECLS diff --git a/include/pugl/gl.h b/include/pugl/gl.h index efb22f3..ac7c557 100644 --- a/include/pugl/gl.h +++ b/include/pugl/gl.h @@ -4,6 +4,7 @@ #ifndef PUGL_GL_H #define PUGL_GL_H +#include "pugl/attributes.h" #include "pugl/pugl.h" // IWYU pragma: begin_exports diff --git a/include/pugl/stub.h b/include/pugl/stub.h index 01d7033..8bfe4d8 100644 --- a/include/pugl/stub.h +++ b/include/pugl/stub.h @@ -4,6 +4,7 @@ #ifndef PUGL_STUB_H #define PUGL_STUB_H +#include "pugl/attributes.h" #include "pugl/pugl.h" PUGL_BEGIN_DECLS diff --git a/include/pugl/vulkan.h b/include/pugl/vulkan.h index cc138df..a26ca8a 100644 --- a/include/pugl/vulkan.h +++ b/include/pugl/vulkan.h @@ -10,6 +10,7 @@ #ifndef PUGL_VULKAN_H #define PUGL_VULKAN_H +#include "pugl/attributes.h" #include "pugl/pugl.h" #include diff --git a/src/x11_cairo.c b/src/x11_cairo.c index e9d0cea..d6fbaec 100644 --- a/src/x11_cairo.c +++ b/src/x11_cairo.c @@ -8,7 +8,6 @@ #include "pugl/cairo.h" #include "pugl/pugl.h" -#include #include #include -- cgit v1.2.1