Cleanup: Clang-Tidy, modernize-deprecated-headers

No functional changes.
This commit is contained in:
2020-12-04 11:28:09 +01:00
parent f0df46287a
commit 958df2ed1b
74 changed files with 105 additions and 106 deletions

View File

@@ -19,8 +19,8 @@
* \brief Class to represent a light node
*/
#include <math.h>
#include <string.h> // for memcpy
#include <cmath>
#include <cstring> // for memcpy
#include "NodeCamera.h"