From b719e212665c23baed3aea9f8d3f60d2d306fe9c Mon Sep 17 00:00:00 2001 From: trinitou Date: Thu, 17 Oct 2024 08:00:44 +0200 Subject: [PATCH] Add missing pragma once in some headers --- include/clap/helpers/host.hxx | 2 ++ include/clap/helpers/note-end-queue.hh | 2 ++ include/clap/helpers/plugin-proxy.hxx | 2 ++ include/clap/helpers/plugin.hxx | 2 ++ 4 files changed, 8 insertions(+) diff --git a/include/clap/helpers/host.hxx b/include/clap/helpers/host.hxx index 13b3e33..428ebce 100644 --- a/include/clap/helpers/host.hxx +++ b/include/clap/helpers/host.hxx @@ -1,3 +1,5 @@ +#pragma once + #include #include #include diff --git a/include/clap/helpers/note-end-queue.hh b/include/clap/helpers/note-end-queue.hh index ed675b9..a13ea07 100644 --- a/include/clap/helpers/note-end-queue.hh +++ b/include/clap/helpers/note-end-queue.hh @@ -1,3 +1,5 @@ +#pragma once + #include #include #include diff --git a/include/clap/helpers/plugin-proxy.hxx b/include/clap/helpers/plugin-proxy.hxx index e768639..c695eb1 100644 --- a/include/clap/helpers/plugin-proxy.hxx +++ b/include/clap/helpers/plugin-proxy.hxx @@ -1,3 +1,5 @@ +#pragma once + #include #include diff --git a/include/clap/helpers/plugin.hxx b/include/clap/helpers/plugin.hxx index 3af46e7..c3ac627 100644 --- a/include/clap/helpers/plugin.hxx +++ b/include/clap/helpers/plugin.hxx @@ -1,3 +1,5 @@ +#pragma once + #include #include #include