[*] fix missing '#pragma once' on header files (#4014)
Some checks are pending
tx-src / sources (push) Waiting to run
Check Strings / check-strings (push) Waiting to run

`find src -type f -name '*.h' -not -exec grep -q "#pragma once" {} \; -print`

- ignore qt with header guards already
- smaa too

Signed-off-by: lizzie <lizzie@eden-emu.dev>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/4014
Reviewed-by: CamilleLaVey <camillelavey99@gmail.com>
Reviewed-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
lizzie 2026-05-26 06:37:59 +02:00 committed by crueter
parent 8a11bec55a
commit 9d55875377
No known key found for this signature in database
GPG key ID: 425ACD2D4830EBC6
16 changed files with 52 additions and 3 deletions

View file

@ -6,6 +6,7 @@
* SPDX-License-Identifier: 0BSD
*/
#pragma once
#include <cstddef>
namespace oaknut {