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_debug.c')
-rw-r--r--source/blender/gpu/intern/gpu_debug.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/gpu/intern/gpu_debug.c b/source/blender/gpu/intern/gpu_debug.c
index 8293aae5dfa..f7d6236071d 100644
--- a/source/blender/gpu/intern/gpu_debug.c
+++ b/source/blender/gpu/intern/gpu_debug.c
@@ -22,14 +22,14 @@
*/
#include "BLI_compiler_attrs.h"
-#include "BLI_utildefines.h"
#include "BLI_sys_types.h"
#include "BLI_system.h"
+#include "BLI_utildefines.h"
#include "BKE_global.h"
-#include "GPU_glew.h"
#include "GPU_debug.h"
+#include "GPU_glew.h"
#include "intern/gpu_private.h"
#include <stdio.h>