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_vertex_format.c')
-rw-r--r--source/blender/gpu/intern/gpu_vertex_format.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/gpu/intern/gpu_vertex_format.c b/source/blender/gpu/intern/gpu_vertex_format.c
index 16d8f8f875b..8370bcf4beb 100644
--- a/source/blender/gpu/intern/gpu_vertex_format.c
+++ b/source/blender/gpu/intern/gpu_vertex_format.c
@@ -30,9 +30,9 @@
#include <stddef.h>
#include <string.h>
-#include "BLI_utildefines.h"
-#include "BLI_string.h"
#include "BLI_ghash.h"
+#include "BLI_string.h"
+#include "BLI_utildefines.h"
#define PACK_DEBUG 0