From c411cde415ee7dc8a208e932d5ba1a240c4e669e Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 24 Jan 2013 21:57:13 +0000 Subject: header cleanup, include BLI before BKE, also use bool for ntreeShaderExecTree --- source/blender/editors/screen/glutil.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'source/blender/editors/screen') diff --git a/source/blender/editors/screen/glutil.c b/source/blender/editors/screen/glutil.c index f073fdd5125..105c2dc88d1 100644 --- a/source/blender/editors/screen/glutil.c +++ b/source/blender/editors/screen/glutil.c @@ -38,13 +38,12 @@ #include "BLI_rect.h" #include "BLI_utildefines.h" +#include "BLI_math.h" +#include "BLI_threads.h" #include "BKE_blender.h" #include "BKE_colortools.h" -#include "BLI_math.h" -#include "BLI_threads.h" - #include "BIF_gl.h" #include "BIF_glutil.h" -- cgit v1.2.3