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_material.c')
-rw-r--r--source/blender/gpu/intern/gpu_material.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/gpu/intern/gpu_material.c b/source/blender/gpu/intern/gpu_material.c
index 8a4a88d0663..3e73d156440 100644
--- a/source/blender/gpu/intern/gpu_material.c
+++ b/source/blender/gpu/intern/gpu_material.c
@@ -32,12 +32,12 @@
#include "DNA_scene_types.h"
#include "DNA_world_types.h"
-#include "BLI_math.h"
+#include "BLI_ghash.h"
#include "BLI_listbase.h"
-#include "BLI_utildefines.h"
+#include "BLI_math.h"
#include "BLI_string.h"
#include "BLI_string_utils.h"
-#include "BLI_ghash.h"
+#include "BLI_utildefines.h"
#include "BKE_main.h"
#include "BKE_material.h"