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>2018-02-07 03:14:08 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-02-07 03:14:08 +0300
commit1e4b612d6a63ce781f229ddd6e3073a5d6951950 (patch)
tree4ef2bf16affe65b4ed65f38977c2c791a8431824 /source/blender/blenkernel/BKE_pointcache.h
parent66521b382b33168dc661f53b20a3cde7933eecf6 (diff)
Cleanup: add _types.h suffix to DNA headers
Diffstat (limited to 'source/blender/blenkernel/BKE_pointcache.h')
-rw-r--r--source/blender/blenkernel/BKE_pointcache.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenkernel/BKE_pointcache.h b/source/blender/blenkernel/BKE_pointcache.h
index f0819c8d79d..f31ae715539 100644
--- a/source/blender/blenkernel/BKE_pointcache.h
+++ b/source/blender/blenkernel/BKE_pointcache.h
@@ -34,7 +34,7 @@
#include "DNA_ID.h"
#include "DNA_dynamicpaint_types.h"
-#include "DNA_object_force.h"
+#include "DNA_object_force_types.h"
#include "DNA_boid_types.h"
#include <stdio.h> /* for FILE */
@@ -140,7 +140,7 @@ typedef struct PTCacheID {
unsigned int default_step;
unsigned int max_step;
- /* flags defined in DNA_object_force.h */
+ /* flags defined in DNA_object_force_types.h */
unsigned int data_types, info_types;
/* copies point data to cache data */