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/blenloader/blendfile_loading_base_test.cc')
-rw-r--r--tests/gtests/blenloader/blendfile_loading_base_test.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/gtests/blenloader/blendfile_loading_base_test.cc b/tests/gtests/blenloader/blendfile_loading_base_test.cc
index 1f3a312de5d..d74bab4b31c 100644
--- a/tests/gtests/blenloader/blendfile_loading_base_test.cc
+++ b/tests/gtests/blenloader/blendfile_loading_base_test.cc
@@ -19,7 +19,6 @@
#include "MEM_guardedalloc.h"
-extern "C" {
#include "BKE_appdir.h"
#include "BKE_blender.h"
#include "BKE_context.h"
@@ -48,7 +47,6 @@ extern "C" {
#include "WM_api.h"
#include "wm.h"
-}
BlendfileLoadingBaseTest::~BlendfileLoadingBaseTest()
{