Skip to content

all: Replace include guards with pragma once

Christian Persch requested to merge wip/chpe/pragma-once into main

#pragma once is simpler than these guards. It should be supported on all compilers we care about, since (among others) gk4 also has started using it (in some places).

Merge request reports