From 1e07ff1fb108a305feca659b17ec03ba3e750455 Mon Sep 17 00:00:00 2001 From: Ryan Date: Fri, 24 Mar 2023 04:21:37 +1100 Subject: Fix some more missing `#pragma once`s (#20241) --- keyboards/doio/kb16/lib/bongocat/bongocat.h | 2 ++ keyboards/doio/kb16/lib/layer_status/layer_status.h | 2 ++ keyboards/doio/kb16/lib/logo.h | 2 ++ 3 files changed, 6 insertions(+) (limited to 'keyboards/doio/kb16') diff --git a/keyboards/doio/kb16/lib/bongocat/bongocat.h b/keyboards/doio/kb16/lib/bongocat/bongocat.h index 65ceabc682..2ffeca1993 100644 --- a/keyboards/doio/kb16/lib/bongocat/bongocat.h +++ b/keyboards/doio/kb16/lib/bongocat/bongocat.h @@ -14,4 +14,6 @@ * along with this program. If not, see . */ +#pragma once + void render_bongocat(void); diff --git a/keyboards/doio/kb16/lib/layer_status/layer_status.h b/keyboards/doio/kb16/lib/layer_status/layer_status.h index a367a829d7..2c4b08f25a 100644 --- a/keyboards/doio/kb16/lib/layer_status/layer_status.h +++ b/keyboards/doio/kb16/lib/layer_status/layer_status.h @@ -15,4 +15,6 @@ * along with this program. If not, see . */ +#pragma once + void render_layer_status(void); diff --git a/keyboards/doio/kb16/lib/logo.h b/keyboards/doio/kb16/lib/logo.h index 91d1ddce34..bb3ddc446e 100644 --- a/keyboards/doio/kb16/lib/logo.h +++ b/keyboards/doio/kb16/lib/logo.h @@ -15,4 +15,6 @@ * along with this program. If not, see . */ +#pragma once + void render_logo(void); -- cgit v1.2.3