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 'tests/gtests/blenlib/BLI_polyfill_2d_test.cc')
-rw-r--r--tests/gtests/blenlib/BLI_polyfill_2d_test.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/gtests/blenlib/BLI_polyfill_2d_test.cc b/tests/gtests/blenlib/BLI_polyfill_2d_test.cc
index bb9f739a71e..911137bb83b 100644
--- a/tests/gtests/blenlib/BLI_polyfill_2d_test.cc
+++ b/tests/gtests/blenlib/BLI_polyfill_2d_test.cc
@@ -12,20 +12,20 @@
#include "MEM_guardedalloc.h"
extern "C" {
-#include "BLI_utildefines.h"
#include "BLI_array_utils.h"
-#include "BLI_polyfill_2d.h"
#include "BLI_edgehash.h"
#include "BLI_math.h"
+#include "BLI_polyfill_2d.h"
+#include "BLI_utildefines.h"
#ifdef USE_OBJ_PREVIEW
# include "BLI_string.h"
#endif
#ifdef USE_BEAUTIFY
-# include "BLI_polyfill_2d_beautify.h"
-# include "BLI_memarena.h"
# include "BLI_heap.h"
+# include "BLI_memarena.h"
+# include "BLI_polyfill_2d_beautify.h"
#endif
}