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:
Diffstat (limited to 'intern/opensubdiv/internal/base/type.h')
-rw-r--r--intern/opensubdiv/internal/base/type.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/intern/opensubdiv/internal/base/type.h b/intern/opensubdiv/internal/base/type.h
index 95c307bed6a..b4d514d1a59 100644
--- a/intern/opensubdiv/internal/base/type.h
+++ b/intern/opensubdiv/internal/base/type.h
@@ -30,17 +30,19 @@
namespace blender {
namespace opensubdiv {
-using std::fill;
-using std::make_pair;
-using std::max;
-using std::min;
using std::pair;
using std::stack;
using std::string;
-using std::swap;
using std::unordered_map;
using std::vector;
+using std::fill;
+using std::make_pair;
+using std::max;
+using std::min;
+using std::move;
+using std::swap;
+
} // namespace opensubdiv
} // namespace blender