From d900f5be55d0812eb5c7dfd3ea47020c3edafd41 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 3 Feb 2014 18:55:59 +1100 Subject: Code cleanup: use bools where possible --- source/blender/python/intern/gpu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/python') diff --git a/source/blender/python/intern/gpu.c b/source/blender/python/intern/gpu.c index 747390abd0d..5dcf67e5417 100644 --- a/source/blender/python/intern/gpu.c +++ b/source/blender/python/intern/gpu.c @@ -39,8 +39,6 @@ #include -#include "GPU_material.h" - #include "DNA_scene_types.h" #include "DNA_image_types.h" #include "DNA_material_types.h" @@ -58,6 +56,8 @@ #include "../generic/py_capi_utils.h" +#include "GPU_material.h" + #include "gpu.h" #define PY_MODULE_ADD_CONSTANT(module, name) PyModule_AddIntConstant(module, # name, name) -- cgit v1.2.3