diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/cube_view.h | 2 | ||||
-rw-r--r-- | examples/pugl_cairo_demo.c | 2 | ||||
-rw-r--r-- | examples/pugl_cursor_demo.c | 2 | ||||
-rw-r--r-- | examples/pugl_cxx_demo.cpp | 2 | ||||
-rw-r--r-- | examples/pugl_embed_demo.c | 2 | ||||
-rw-r--r-- | examples/pugl_print_events.c | 2 | ||||
-rw-r--r-- | examples/pugl_shader_demo.c | 2 | ||||
-rw-r--r-- | examples/pugl_vulkan_cxx_demo.cpp | 2 | ||||
-rw-r--r-- | examples/pugl_vulkan_demo.c | 2 | ||||
-rw-r--r-- | examples/pugl_window_demo.c | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/examples/cube_view.h b/examples/cube_view.h index ceece42..87bf3b5 100644 --- a/examples/cube_view.h +++ b/examples/cube_view.h @@ -21,7 +21,7 @@ #include "demo_utils.h" -#include "pugl/pugl_gl.h" +#include "pugl/gl.h" // clang-format off diff --git a/examples/pugl_cairo_demo.c b/examples/pugl_cairo_demo.c index 5fe0661..d8a1b08 100644 --- a/examples/pugl_cairo_demo.c +++ b/examples/pugl_cairo_demo.c @@ -22,8 +22,8 @@ #include "demo_utils.h" #include "test/test_utils.h" +#include "pugl/cairo.h" #include "pugl/pugl.h" -#include "pugl/pugl_cairo.h" #include <cairo.h> diff --git a/examples/pugl_cursor_demo.c b/examples/pugl_cursor_demo.c index ad9bb8e..de6b6f2 100644 --- a/examples/pugl_cursor_demo.c +++ b/examples/pugl_cursor_demo.c @@ -21,8 +21,8 @@ #include "test/test_utils.h" +#include "pugl/gl.h" #include "pugl/pugl.h" -#include "pugl/pugl_gl.h" #include <stdbool.h> diff --git a/examples/pugl_cxx_demo.cpp b/examples/pugl_cxx_demo.cpp index 214c03d..ed2d21a 100644 --- a/examples/pugl_cxx_demo.cpp +++ b/examples/pugl_cxx_demo.cpp @@ -23,10 +23,10 @@ #include "demo_utils.h" #include "test/test_utils.h" +#include "pugl/gl.hpp" #include "pugl/pugl.h" #include "pugl/pugl.hpp" #include "pugl/pugl.ipp" // IWYU pragma: keep -#include "pugl/pugl_gl.hpp" #include <cmath> diff --git a/examples/pugl_embed_demo.c b/examples/pugl_embed_demo.c index b481d4a..db4a141 100644 --- a/examples/pugl_embed_demo.c +++ b/examples/pugl_embed_demo.c @@ -23,8 +23,8 @@ #include "demo_utils.h" #include "test/test_utils.h" +#include "pugl/gl.h" #include "pugl/pugl.h" -#include "pugl/pugl_gl.h" #include <math.h> #include <stdbool.h> diff --git a/examples/pugl_print_events.c b/examples/pugl_print_events.c index 95ac440..816086d 100644 --- a/examples/pugl_print_events.c +++ b/examples/pugl_print_events.c @@ -22,7 +22,7 @@ #include "test/test_utils.h" #include "pugl/pugl.h" -#include "pugl/pugl_stub.h" +#include "pugl/stub.h" #include <stdbool.h> #include <stdio.h> diff --git a/examples/pugl_shader_demo.c b/examples/pugl_shader_demo.c index 4b8064d..476489d 100644 --- a/examples/pugl_shader_demo.c +++ b/examples/pugl_shader_demo.c @@ -42,8 +42,8 @@ #include "glad/glad.h" +#include "pugl/gl.h" #include "pugl/pugl.h" -#include "pugl/pugl_gl.h" #include <math.h> #include <stddef.h> diff --git a/examples/pugl_vulkan_cxx_demo.cpp b/examples/pugl_vulkan_cxx_demo.cpp index fa40734..12b2626 100644 --- a/examples/pugl_vulkan_cxx_demo.cpp +++ b/examples/pugl_vulkan_cxx_demo.cpp @@ -37,7 +37,7 @@ #include "pugl/pugl.h" #include "pugl/pugl.hpp" #include "pugl/pugl.ipp" // IWYU pragma: keep -#include "pugl/pugl_vulkan.hpp" +#include "pugl/vulkan.hpp" #include <vulkan/vk_platform.h> #include <vulkan/vulkan_core.h> diff --git a/examples/pugl_vulkan_demo.c b/examples/pugl_vulkan_demo.c index ef4550a..a65731b 100644 --- a/examples/pugl_vulkan_demo.c +++ b/examples/pugl_vulkan_demo.c @@ -24,7 +24,7 @@ #include "test/test_utils.h" #include "pugl/pugl.h" -#include "pugl/pugl_vulkan.h" +#include "pugl/vulkan.h" #include <vulkan/vk_platform.h> #include <vulkan/vulkan_core.h> diff --git a/examples/pugl_window_demo.c b/examples/pugl_window_demo.c index f326f21..9b7795c 100644 --- a/examples/pugl_window_demo.c +++ b/examples/pugl_window_demo.c @@ -23,8 +23,8 @@ #include "demo_utils.h" #include "test/test_utils.h" +#include "pugl/gl.h" #include "pugl/pugl.h" -#include "pugl/pugl_gl.h" #include <math.h> #include <stdbool.h> |