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:
authorJacques Lucke <jacques@blender.org>2020-07-28 17:37:01 +0300
committerJacques Lucke <jacques@blender.org>2020-07-28 17:37:01 +0300
commit814ca40c639c74c48ec5e5b1a078b3b9884a9fad (patch)
treeb50abb9b7dbd376563205a4976f27fb4bd93c006 /tests/gtests/blenlib/BLI_heap_test.cc
parentfcf91bbf0daefa8ffdcbae7ce707115ec4fd5eb0 (diff)
parent67c33caeec364a9dbded75812ac7b0b76e14c203 (diff)
Merge branch 'blender-v2.90-release'
Diffstat (limited to 'tests/gtests/blenlib/BLI_heap_test.cc')
-rw-r--r--tests/gtests/blenlib/BLI_heap_test.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/gtests/blenlib/BLI_heap_test.cc b/tests/gtests/blenlib/BLI_heap_test.cc
index cda13e62bb8..87e68c175a2 100644
--- a/tests/gtests/blenlib/BLI_heap_test.cc
+++ b/tests/gtests/blenlib/BLI_heap_test.cc
@@ -5,12 +5,10 @@
#include "MEM_guardedalloc.h"
-extern "C" {
#include "BLI_compiler_attrs.h"
#include "BLI_heap.h"
#include "BLI_rand.h"
#include "BLI_utildefines.h"
-};
#define SIZE 1024