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/src/glutil.c')
-rw-r--r--source/blender/src/glutil.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/source/blender/src/glutil.c b/source/blender/src/glutil.c
index a3b8b888881..c1175806947 100644
--- a/source/blender/src/glutil.c
+++ b/source/blender/src/glutil.c
@@ -38,16 +38,13 @@
#include <config.h>
#endif
-#ifdef WIN32
-#include "BLI_winstuff.h"
-#endif
-
#include "MEM_guardedalloc.h"
#include "DNA_vec_types.h"
#include "BKE_utildefines.h"
+#include "BLI_arithb.h"
#include "BIF_gl.h"
#include "BIF_glutil.h"