Changeset View
Changeset View
Standalone View
Standalone View
tests/gtests/alembic/abc_export_test.cc
| #include "testing/testing.h" | #include "testing/testing.h" | ||||
| // Keep first since utildefines defines AT which conflicts with STL | // Keep first since utildefines defines AT which conflicts with STL | ||||
| #include "intern/abc_util.h" | #include "intern/abc_utils.h" | ||||
| #include "intern/abc_exporter.h" | #include "intern/abc_exporter.h" | ||||
| extern "C" { | extern "C" { | ||||
| #include "BLI_utildefines.h" | #include "BLI_utildefines.h" | ||||
| #include "BKE_main.h" | #include "BKE_main.h" | ||||
| #include "BLI_math.h" | #include "BLI_math.h" | ||||
| #include "DNA_scene_types.h" | #include "DNA_scene_types.h" | ||||
| } | } | ||||
| ▲ Show 20 Lines • Show All 138 Lines • Show Last 20 Lines | |||||