From a3e17e700ca3a6e14e1abe44cdb8d8704d7298ed Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Thu, 15 Jan 2026 23:08:11 +0100 Subject: chore: cleanup doc comments --- ls_queue.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ls_queue.h b/ls_queue.h index 3077f69..d485071 100644 --- a/ls_queue.h +++ b/ls_queue.h @@ -1,5 +1,3 @@ -#pragma once - /* Lion's Standard (LS) type-safe ANSI C queue. * * Version: 2.1 @@ -92,6 +90,7 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ +#pragma once #include #include -- cgit