From b274d18aec525621bcb0a2234fc65e09398616c2 Mon Sep 17 00:00:00 2001 From: Jacques Lucke Date: Tue, 28 Jul 2020 16:32:30 +0200 Subject: Cleanup: correct usage of extern-C blocks in various places This removes extern-C blocks around other includes and adds such blocks for some headers that need them. --- source/blender/io/common/intern/hierarchy_context_order_test.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/blender/io/common') diff --git a/source/blender/io/common/intern/hierarchy_context_order_test.cc b/source/blender/io/common/intern/hierarchy_context_order_test.cc index 7273b92c479..f4e2b81b39b 100644 --- a/source/blender/io/common/intern/hierarchy_context_order_test.cc +++ b/source/blender/io/common/intern/hierarchy_context_order_test.cc @@ -20,9 +20,7 @@ #include "testing/testing.h" -extern "C" { #include "BLI_utildefines.h" -} namespace blender::io { -- cgit v1.2.3