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>2019-09-07 16:17:40 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-09-07 16:17:40 +0300
commitfa7ee622f0fb2f7482dbae94df194a3b33a73a98 (patch)
treeea238e4fe370d261dd86580a670a5ce00f84cacf /source/blender/blenloader/intern/versioning_260.c
parent1b0dd5a2150c2207768ba74c1a25b842f3d4ece1 (diff)
Cleanup: includes in headers
Forward declare structs where possible.
Diffstat (limited to 'source/blender/blenloader/intern/versioning_260.c')
-rw-r--r--source/blender/blenloader/intern/versioning_260.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/blenloader/intern/versioning_260.c b/source/blender/blenloader/intern/versioning_260.c
index 6f5c37d716e..31f6f93e856 100644
--- a/source/blender/blenloader/intern/versioning_260.c
+++ b/source/blender/blenloader/intern/versioning_260.c
@@ -41,6 +41,8 @@
#include "DNA_sdna_types.h"
#include "DNA_smoke_types.h"
#include "DNA_space_types.h"
+#include "DNA_world_types.h"
+#include "DNA_light_types.h"
#include "MEM_guardedalloc.h"