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/gpu/intern/gpu_state.c')
-rw-r--r--source/blender/gpu/intern/gpu_state.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/gpu/intern/gpu_state.c b/source/blender/gpu/intern/gpu_state.c
index 6fd9b167599..d6f044a79e3 100644
--- a/source/blender/gpu/intern/gpu_state.c
+++ b/source/blender/gpu/intern/gpu_state.c
@@ -29,9 +29,9 @@
#include "BKE_global.h"
+#include "GPU_extensions.h"
#include "GPU_glew.h"
#include "GPU_state.h"
-#include "GPU_extensions.h"
static GLenum gpu_get_gl_blendfunction(eGPUBlendFunction blend)
{