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/render/intern/source/bake_api.c')
-rw-r--r--source/blender/render/intern/source/bake_api.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/render/intern/source/bake_api.c b/source/blender/render/intern/source/bake_api.c
index ca6ae3fb78c..e823a481d59 100644
--- a/source/blender/render/intern/source/bake_api.c
+++ b/source/blender/render/intern/source/bake_api.c
@@ -75,12 +75,12 @@
#include "BKE_image.h"
#include "BKE_lib_id.h"
#include "BKE_mesh.h"
-#include "BKE_mesh_tangent.h"
#include "BKE_mesh_runtime.h"
+#include "BKE_mesh_tangent.h"
#include "BKE_node.h"
-#include "IMB_imbuf_types.h"
#include "IMB_imbuf.h"
+#include "IMB_imbuf_types.h"
#include "RE_bake.h"