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:
authorCampbell Barton <ideasman42@gmail.com>2011-10-24 11:56:42 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-10-24 11:56:42 +0400
commitad1d3dd30fa5f4c33279679e3824899fd18801b8 (patch)
treecef4de1e42c5a8a2a1f68719452891c19a065ab7 /source/blender/blenkernel/intern/particle_system.c
parent77a7ec7c61965efa9e2e82894c821fe5c937b989 (diff)
parent1bdf652b89871614c38bf2146cf94522c3347e06 (diff)
svn merge ^/trunk/blender -r41175:41200 --- will need to apply fix after
Diffstat (limited to 'source/blender/blenkernel/intern/particle_system.c')
-rw-r--r--source/blender/blenkernel/intern/particle_system.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/blender/blenkernel/intern/particle_system.c b/source/blender/blenkernel/intern/particle_system.c
index 66850238284..df29934e9d6 100644
--- a/source/blender/blenkernel/intern/particle_system.c
+++ b/source/blender/blenkernel/intern/particle_system.c
@@ -36,7 +36,6 @@
#include <stddef.h>
-#include "BLI_storage.h" /* _LARGEFILE_SOURCE */
#include <stdlib.h>
#include <math.h>
@@ -66,10 +65,9 @@
#include "BLI_blenlib.h"
#include "BLI_kdtree.h"
#include "BLI_kdopbvh.h"
-#include "BLI_listbase.h"
#include "BLI_threads.h"
-#include "BLI_storage.h" /* For _LARGEFILE64_SOURCE; zlib needs this on some systems */
#include "BLI_utildefines.h"
+#include "BLI_linklist.h"
#include "BLI_edgehash.h"
#include "BKE_main.h"