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_fluidsim_util.c')
-rw-r--r--source/blender/modifiers/intern/MOD_fluidsim_util.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/blender/modifiers/intern/MOD_fluidsim_util.c b/source/blender/modifiers/intern/MOD_fluidsim_util.c
index 105ee919a4e..281c8ae90ec 100644
--- a/source/blender/modifiers/intern/MOD_fluidsim_util.c
+++ b/source/blender/modifiers/intern/MOD_fluidsim_util.c
@@ -30,6 +30,8 @@
*
*/
+#include <zlib.h>
+
#include "stddef.h"
#include "string.h"
#include "math.h"
@@ -51,7 +53,7 @@
#include "DNA_object_types.h"
#include "DNA_object_fluidsim.h"
#include "DNA_scene_types.h"
-#include "DNA_space_types.h" // FILE_MAX
+#include "DNA_space_types.h"
#include "MOD_modifiertypes.h"
#include "MOD_fluidsim_util.h"
@@ -59,7 +61,6 @@
// headers for fluidsim bobj meshes
#include <stdlib.h>
#include "LBM_fluidsim.h"
-#include <zlib.h>
#include <string.h>
#include <stdio.h>