Cleanup: BKE: unnecessary namespace usage

Since 75d17b1db5 everything in the file are already in such a namespace.

Pull Request: https://projects.blender.org/blender/blender/pulls/131205
This commit is contained in:
Iliya Katueshenock
2024-12-02 15:38:28 +01:00
committed by Jacques Lucke
parent 4a23553b83
commit 26b13504d4

View File

@@ -105,18 +105,6 @@
#include "BLO_read_write.hh"
using blender::Array;
using blender::Map;
using blender::MutableSpan;
using blender::Set;
using blender::Span;
using blender::Stack;
using blender::StringRef;
using blender::Vector;
using blender::VectorSet;
using blender::bke::bNodeRuntime;
using blender::bke::bNodeSocketRuntime;
using blender::bke::bNodeTreeRuntime;
using blender::nodes::FieldInferencingInterface;
using blender::nodes::InputSocketFieldType;
using blender::nodes::NodeDeclaration;