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/python/intern/gpu.c')
-rw-r--r--source/blender/python/intern/gpu.c4
1 files changed, 2 insertions, 2 deletions
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 <Python.h>
-#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)