[Bf-blender-cvs] [0dccf4704d5] sybren-usd-experiments: Removed unused includes

Sybren A. Stüvel noreply at git.blender.org
Wed Jun 12 17:16:02 CEST 2019


Commit: 0dccf4704d57f2c28ad81fcd0174f4eab42a2e4e
Author: Sybren A. Stüvel
Date:   Wed Jun 12 17:15:18 2019 +0200
Branches: sybren-usd-experiments
https://developer.blender.org/rB0dccf4704d57f2c28ad81fcd0174f4eab42a2e4e

Removed unused includes

===================================================================

M	source/blender/usd/intern/usd_exporter.cc

===================================================================

diff --git a/source/blender/usd/intern/usd_exporter.cc b/source/blender/usd/intern/usd_exporter.cc
index cffe76fabd0..5bd38363f0e 100644
--- a/source/blender/usd/intern/usd_exporter.cc
+++ b/source/blender/usd/intern/usd_exporter.cc
@@ -22,15 +22,8 @@
 #include "usd_writer_mesh.h"
 #include "usd_writer_transform.h"
 
-#include <pxr/pxr.h>
-#include <pxr/base/gf/matrix4f.h>
-#include <pxr/base/tf/stringUtils.h>
 #include <pxr/usd/usd/stage.h>
-#include <pxr/usd/usdGeom/mesh.h>
-#include <pxr/usd/usdGeom/xform.h>
-
-#include <cmath>
-#include <time.h>
+#include <pxr/usd/usdGeom/tokens.h>
 
 extern "C" {
 #include "BKE_anim.h"
@@ -38,13 +31,8 @@ extern "C" {
 #include "BKE_scene.h"
 
 #include "BLI_iterator.h"
-#include "BLI_math_matrix.h"
 
 #include "DEG_depsgraph_query.h"
-
-#include "DNA_mesh_types.h"
-#include "DNA_meshdata_types.h"
-#include "DNA_object_types.h"
 }
 
 USDExporter::USDExporter(const char *filename, ExportSettings &settings)



More information about the Bf-blender-cvs mailing list