Cleanup: Alembic, removed some unnecessary extern "C" {} declarations
No functional changes.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user