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 'source/blender/io/alembic/intern/abc_writer_curves.h')
-rw-r--r--source/blender/io/alembic/intern/abc_writer_curves.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/io/alembic/intern/abc_writer_curves.h b/source/blender/io/alembic/intern/abc_writer_curves.h
index d6d8c0a7f11..e57978ada2a 100644
--- a/source/blender/io/alembic/intern/abc_writer_curves.h
+++ b/source/blender/io/alembic/intern/abc_writer_curves.h
@@ -24,8 +24,8 @@
#ifndef __ABC_WRITER_CURVES_H__
#define __ABC_WRITER_CURVES_H__
-#include "abc_writer_object.h"
#include "abc_writer_mesh.h"
+#include "abc_writer_object.h"
class AbcCurveWriter : public AbcObjectWriter {
Alembic::AbcGeom::OCurvesSchema m_schema;