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
path: root/source
diff options
context:
space:
mode:
authorTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2014-04-18 10:01:12 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2014-04-18 10:02:46 +0400
commit4a837141c3a731e483db3c469e0dacf383f1ddd3 (patch)
treebdc90adcd72b3bc1b633eac0fbf0a77515566d46 /source
parentf60a66f41784de388a01c4c882c969730d675375 (diff)
Code cleanup: de-duplicated includes.
Diffstat (limited to 'source')
-rw-r--r--source/blender/blenloader/intern/versioning_270.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/blenloader/intern/versioning_270.c b/source/blender/blenloader/intern/versioning_270.c
index 41b95064ac6..ab2a7271ba3 100644
--- a/source/blender/blenloader/intern/versioning_270.c
+++ b/source/blender/blenloader/intern/versioning_270.c
@@ -42,7 +42,6 @@
#include "DNA_object_types.h"
#include "DNA_mesh_types.h"
#include "DNA_modifier_types.h"
-#include "DNA_sdna_types.h"
#include "DNA_linestyle_types.h"
#include "DNA_genfile.h"
@@ -52,8 +51,6 @@
#include "BKE_main.h"
#include "BKE_node.h"
-#include "BLI_math.h"
-
#include "BLO_readfile.h"
#include "readfile.h"