Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Goudey <h.goudey@me.com>2022-05-15 20:04:07 +0300
committerHans Goudey <h.goudey@me.com>2022-05-15 20:33:37 +0300
commit024f3ddf617f19b467b3948464fb2f9ba7e84951 (patch)
treef356f1c34e3ae4ba9ed927af0ed4d9e6d8002441 /source/blender/modifiers
parentee0c05e886d32f4bb9680cff41dc86eb2f464671 (diff)
Cleanup: Clang tidy
Diffstat (limited to 'source/blender/modifiers')
-rw-r--r--source/blender/modifiers/intern/MOD_particlesystem.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/modifiers/intern/MOD_particlesystem.cc b/source/blender/modifiers/intern/MOD_particlesystem.cc
index 0f75038189a..c6a606360e3 100644
--- a/source/blender/modifiers/intern/MOD_particlesystem.cc
+++ b/source/blender/modifiers/intern/MOD_particlesystem.cc
@@ -5,8 +5,8 @@
* \ingroup modifiers
*/
-#include <stddef.h>
-#include <string.h>
+#include <cstddef>
+#include <cstring>
#include "BLI_utildefines.h"