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:
authorHans Goudey <h.goudey@me.com>2021-07-31 05:28:25 +0300
committerHans Goudey <h.goudey@me.com>2021-07-31 05:28:25 +0300
commit8063f101669065942ec465636c78913bea6ebc85 (patch)
tree0833d34c25edee464749e60279baf89f5db27a4b /source/blender/editors/object/object_remesh.cc
parent37e2fec0908713aa21ed21e09c2e13837e219eb0 (diff)
Cleanup: Remove unused includes
Diffstat (limited to 'source/blender/editors/object/object_remesh.cc')
-rw-r--r--source/blender/editors/object/object_remesh.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/object/object_remesh.cc b/source/blender/editors/object/object_remesh.cc
index eb9a6a5856d..5dc91d7d5e4 100644
--- a/source/blender/editors/object/object_remesh.cc
+++ b/source/blender/editors/object/object_remesh.cc
@@ -29,14 +29,14 @@
#include "MEM_guardedalloc.h"
-#include "BLI_blenlib.h"
#include "BLI_math.h"
+#include "BLI_string.h"
+#include "BLI_string_utf8.h"
#include "BLI_utildefines.h"
#include "DNA_mesh_types.h"
#include "DNA_meshdata_types.h"
#include "DNA_object_types.h"
-#include "DNA_scene_types.h"
#include "DNA_userdef_types.h"
#include "BLT_translation.h"