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_batch.c')
-rw-r--r--source/blender/gpu/intern/gpu_batch.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/gpu/intern/gpu_batch.c b/source/blender/gpu/intern/gpu_batch.c
index 731407a64f9..6bc3cd27130 100644
--- a/source/blender/gpu/intern/gpu_batch.c
+++ b/source/blender/gpu/intern/gpu_batch.c
@@ -29,8 +29,8 @@
#include "GPU_batch.h"
#include "GPU_batch_presets.h"
#include "GPU_extensions.h"
-#include "GPU_platform.h"
#include "GPU_matrix.h"
+#include "GPU_platform.h"
#include "GPU_shader.h"
#include "gpu_batch_private.h"
@@ -38,9 +38,9 @@
#include "gpu_primitive_private.h"
#include "gpu_shader_private.h"
+#include <limits.h>
#include <stdlib.h>
#include <string.h>
-#include <limits.h>
static void batch_update_program_bindings(GPUBatch *batch, uint i_first);