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-13 22:08:05 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-09-13 22:21:25 +0300
commit83e4991c16cdadc40d1f857b215415c99938ac9e (patch)
treee0e69ed3bcaf169f5b6a8db682c0fb4b98fad236 /source/blender/blenloader/intern/versioning_250.c
parentdc1f002fb7db09c3916506a4470ba035a5fead66 (diff)
Cleanup: unused headers for readfile, versioning
Diffstat (limited to 'source/blender/blenloader/intern/versioning_250.c')
-rw-r--r--source/blender/blenloader/intern/versioning_250.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenloader/intern/versioning_250.c b/source/blender/blenloader/intern/versioning_250.c
index ba4dc2d33c7..0a3e592bb15 100644
--- a/source/blender/blenloader/intern/versioning_250.c
+++ b/source/blender/blenloader/intern/versioning_250.c
@@ -67,7 +67,6 @@
#include "BKE_global.h" // for G
#include "BKE_library.h"
#include "BKE_main.h"
-#include "BKE_mesh.h" // for ME_ defines (patching)
#include "BKE_modifier.h"
#include "BKE_multires.h"
#include "BKE_particle.h"