Cleanup: Remove unused modifier and BMesh includes

This commit is contained in:
Hans Goudey
2022-12-21 13:10:51 -06:00
parent fa3ca9afdb
commit b492dc3579
11 changed files with 5 additions and 29 deletions

View File

@@ -27,6 +27,9 @@
#include "obj_export_mesh.hh"
#include "bmesh.h"
#include "bmesh_tools.h"
namespace blender::io::obj {
OBJMesh::OBJMesh(Depsgraph *depsgraph, const OBJExportParams &export_params, Object *mesh_object)
{

View File

@@ -12,9 +12,6 @@
#include "BLI_utility_mixins.hh"
#include "BLI_vector.hh"
#include "bmesh.h"
#include "bmesh_tools.h"
#include "DNA_material_types.h"
#include "DNA_mesh_types.h"
#include "DNA_meshdata_types.h"