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/blenlib/BLI_open_addressing.h')
-rw-r--r--source/blender/blenlib/BLI_open_addressing.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/blenlib/BLI_open_addressing.h b/source/blender/blenlib/BLI_open_addressing.h
index a238902c631..6a0acd418eb 100644
--- a/source/blender/blenlib/BLI_open_addressing.h
+++ b/source/blender/blenlib/BLI_open_addressing.h
@@ -33,10 +33,10 @@
#include <cmath>
-#include "BLI_utildefines.h"
-#include "BLI_memory_utils_cxx.h"
-#include "BLI_math_base.h"
#include "BLI_allocator.h"
+#include "BLI_math_base.h"
+#include "BLI_memory_utils_cxx.h"
+#include "BLI_utildefines.h"
namespace BLI {