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/blenlib/BLI_editVert.h')
-rw-r--r--source/blender/blenlib/BLI_editVert.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/blenlib/BLI_editVert.h b/source/blender/blenlib/BLI_editVert.h
index 60c72282582..8dcb19ab214 100644
--- a/source/blender/blenlib/BLI_editVert.h
+++ b/source/blender/blenlib/BLI_editVert.h
@@ -38,10 +38,6 @@
#ifndef BLI_EDITVERT_H
#define BLI_EDITVERT_H
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
typedef struct EditVert
{
struct EditVert *next, *prev, *vn;