Revision fe9272d58926909f3d2a84fd24a2295ff54b80fb authored by Dylan Reimerink on 29 April 2024, 15:11:32 UTC, committed by Dylan Reimerink on 10 June 2024, 14:50:12 UTC
This commit replaces the old school header guards with #pragma once.
This is a more modern way of preventing multiple inclusion of the same
header file.

In future we will be using scripts to remove macros, by replacing these
now with the proper #pragma once we avoid having to write exceptions for
these in the scripts.

Signed-off-by: Dylan Reimerink <dylan.reimerink@isovalent.com>
1 parent 5faea37
Raw File
VERSION
1.16.0-dev
back to top