Skip to content

Add missing "#pragma once".

Paal Kvamme requested to merge kvamme62/pragma-once into master

As a general rule, all C++ header files should start with #pragma once. Add a few that were missing.

Don't touch third party code such as "cutest.h" unless really needed. Also leave "example.h" alone. It is actually source code but has .h suffix to make Doxygen include the file verbatim.

Merge request reports