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:
Diffstat (limited to 'source/blender/blenkernel/intern/BME_structure.c')
-rw-r--r--source/blender/blenkernel/intern/BME_structure.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/blender/blenkernel/intern/BME_structure.c b/source/blender/blenkernel/intern/BME_structure.c
index bc14e5d37d6..53cf93c43af 100644
--- a/source/blender/blenkernel/intern/BME_structure.c
+++ b/source/blender/blenkernel/intern/BME_structure.c
@@ -36,12 +36,7 @@
#include <limits.h>
#include "MEM_guardedalloc.h"
-#include "DNA_listBase.h"
-#include "BKE_utildefines.h"
#include "BKE_bmesh.h"
-#include "BLI_blenlib.h"
-#include "BLI_linklist.h"
-#include "BLI_ghash.h"
/**
* MISC utility functions.
*