refactor: Replace include guards by '#pragma once' (#6322)

This change replaces all include guards in the `src/` and `include/` directories by `#pragma once`.
This commit is contained in:
Bart
2026-02-04 09:50:21 -05:00
committed by GitHub
parent 3a172301ce
commit 34ef577604
678 changed files with 845 additions and 2674 deletions

View File

@@ -31,6 +31,8 @@ jobs:
run: .github/scripts/rename/namespace.sh .
- name: Check config name
run: .github/scripts/rename/config.sh .
- name: Check include guards
run: .github/scripts/rename/include.sh .
- name: Check for differences
env:
MESSAGE: |