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:
Diffstat (limited to 'source/blender/modifiers/intern/MOD_smoke.c')
-rw-r--r--source/blender/modifiers/intern/MOD_smoke.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/blender/modifiers/intern/MOD_smoke.c b/source/blender/modifiers/intern/MOD_smoke.c
index 66228984ac9..32d908a5552 100644
--- a/source/blender/modifiers/intern/MOD_smoke.c
+++ b/source/blender/modifiers/intern/MOD_smoke.c
@@ -31,9 +31,6 @@
*/
#include "stddef.h"
-#include "string.h"
-#include "math.h"
-#include "float.h"
#include "BKE_cdderivedmesh.h"
#include "BKE_modifier.h"
@@ -41,8 +38,6 @@
#include "depsgraph_private.h"
-
-#include "MOD_modifiertypes.h"
#include "MOD_util.h"