Add missing "#pragma once".
Compare changes
Files
3+ 2
− 0
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.