Sven Klemm cfd65680cd Use #pragma once instead of include guards
We used a mixture of include guards and pragma once in our header
files. This patch changes our headers to always use pragma once
because it is less error prone, can be copy/pasted, doesnt require
a unique identifier and is also shorter.
2023-12-11 09:56:32 +01:00
..
2023-11-15 12:17:33 -03:00
2023-11-04 13:29:02 -03:00
2023-12-05 16:15:24 +01:00
2023-10-09 09:10:04 -03:00
2022-09-23 11:40:48 +03:00
2022-09-23 11:40:48 +03:00
2023-11-04 13:29:02 -03:00