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_utils.c')
-rw-r--r--source/blender/gpu/intern/gpu_batch_utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/gpu/intern/gpu_batch_utils.c b/source/blender/gpu/intern/gpu_batch_utils.c
index 825f72e175b..0660d4a1724 100644
--- a/source/blender/gpu/intern/gpu_batch_utils.c
+++ b/source/blender/gpu/intern/gpu_batch_utils.c
@@ -20,11 +20,11 @@
#include "MEM_guardedalloc.h"
-#include "BLI_utildefines.h"
-#include "BLI_rect.h"
#include "BLI_math.h"
#include "BLI_polyfill_2d.h"
+#include "BLI_rect.h"
#include "BLI_sort_utils.h"
+#include "BLI_utildefines.h"
#include "GPU_batch.h"
#include "GPU_batch_utils.h" /* own include */