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:
authorGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2010-04-12 20:15:38 +0400
committerGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2010-04-12 20:15:38 +0400
commit99d755656d4090e922e944e65fe8746c2ccb9602 (patch)
tree3a3b1f0ed0508ffb5a81ab34f6e04d5eeba05c2c /source/blender/modifiers/intern/MOD_fluidsim_util.c
parentd15c7a2eae292c12dad05c2e473403e99be6cf22 (diff)
Rearrange the includes a bit.
Diffstat (limited to 'source/blender/modifiers/intern/MOD_fluidsim_util.c')
-rw-r--r--source/blender/modifiers/intern/MOD_fluidsim_util.c14
1 files changed, 6 insertions, 8 deletions
diff --git a/source/blender/modifiers/intern/MOD_fluidsim_util.c b/source/blender/modifiers/intern/MOD_fluidsim_util.c
index 281c8ae90ec..d457c0cb4a6 100644
--- a/source/blender/modifiers/intern/MOD_fluidsim_util.c
+++ b/source/blender/modifiers/intern/MOD_fluidsim_util.c
@@ -30,13 +30,14 @@
*
*/
+#include <stddef.h>
+#include <stdlib.h>
+#include <stdio.h>
+#include <string.h>
+#include <math.h>
+#include <float.h>
#include <zlib.h>
-#include "stddef.h"
-#include "string.h"
-#include "math.h"
-#include "float.h"
-
#include "BLI_blenlib.h"
#include "BLI_math.h"
@@ -59,10 +60,7 @@
#include "MOD_fluidsim_util.h"
// headers for fluidsim bobj meshes
-#include <stdlib.h>
#include "LBM_fluidsim.h"
-#include <string.h>
-#include <stdio.h>
void fluidsim_init(FluidsimModifierData *fluidmd)
{