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/group.c')
-rw-r--r--source/blender/blenkernel/intern/group.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/blenkernel/intern/group.c b/source/blender/blenkernel/intern/group.c
index 5f35ab87cb2..6a807abc396 100644
--- a/source/blender/blenkernel/intern/group.c
+++ b/source/blender/blenkernel/intern/group.c
@@ -48,10 +48,6 @@
#include "BKE_object.h"
#include "BKE_scene.h" /* object_in_scene */
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
static void free_group_object(GroupObject *go)
{
MEM_freeN(go);