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/intern/scanfill.c')
-rw-r--r--source/blender/blenlib/intern/scanfill.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/source/blender/blenlib/intern/scanfill.c b/source/blender/blenlib/intern/scanfill.c
index efcc767fd18..9870951d4d3 100644
--- a/source/blender/blenlib/intern/scanfill.c
+++ b/source/blender/blenlib/intern/scanfill.c
@@ -28,20 +28,12 @@
* (uit traces) maart 95
*/
-#include <stdio.h>
-#include <math.h>
-#include <stdlib.h>
-
#include "MEM_guardedalloc.h"
-#include "DNA_listBase.h"
-#include "DNA_mesh_types.h"
#include "BLI_editVert.h"
#include "BLI_listbase.h"
#include "BLI_math.h"
-#include "BLI_scanfill.h"
-#include "BLI_callbacks.h"
#ifdef HAVE_CONFIG_H
#include <config.h>