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:
authorJulian Eisel <julian@blender.org>2022-01-13 21:55:20 +0300
committerJulian Eisel <julian@blender.org>2022-01-13 21:56:11 +0300
commit1c4a1c13e04e51d00767fdb478a9957faae815e2 (patch)
tree3c3fe61cf864212d46d1b89d3b6d7a050e696d32 /source/blender/blenlib
parent5ecaa9a8385d45ce75c71dde1fc96d5312a769e1 (diff)
Cleanup: Run `make format`
Diffstat (limited to 'source/blender/blenlib')
-rw-r--r--source/blender/blenlib/intern/noise.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/intern/noise.cc b/source/blender/blenlib/intern/noise.cc
index 3460c1284fc..21816fcd595 100644
--- a/source/blender/blenlib/intern/noise.cc
+++ b/source/blender/blenlib/intern/noise.cc
@@ -50,8 +50,8 @@
#include <cmath>
#include <cstdint>
-#include "BLI_math_vec_types.hh"
#include "BLI_math_base_safe.h"
+#include "BLI_math_vec_types.hh"
#include "BLI_noise.hh"
#include "BLI_utildefines.h"