Cleanup: Alembic, removed some unnecessary extern "C" {} declarations

No functional changes.
This commit is contained in:
Sybren A. Stüvel
2020-06-19 16:08:44 +02:00
parent 3ceb9faf1a
commit b50d01cbac
2 changed files with 2 additions and 6 deletions

View File

@@ -28,7 +28,6 @@
#include "MEM_guardedalloc.h"
extern "C" {
#include "DEG_depsgraph.h"
#include "DEG_depsgraph_build.h"
@@ -47,7 +46,6 @@ extern "C" {
#include "WM_api.h"
#include "WM_types.h"
}
using namespace blender::io::alembic;

View File

@@ -20,12 +20,10 @@
#include "abc_axis_conversion.h"
extern "C" {
#include "BLI_assert.h"
#include "DNA_object_types.h"
#include "BLI_math_geom.h"
}
#include "DNA_object_types.h"
namespace blender {
namespace io {