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:
authorSergey Sharybin <sergey.vfx@gmail.com>2020-05-19 11:59:38 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2020-05-27 13:07:16 +0300
commit444ca1a117a17b5c7449f3f847e669c71390390d (patch)
tree5144c2d76c3070dddcf1447cdded1af58ea0133b /intern/opensubdiv/internal/topology/topology_refiner_capi.cc
parent39cf6731320f2592b7c5058b8227d034c290c964 (diff)
OpenSubdiv: Refactor, move utils to base
Also split them across utilities and types.
Diffstat (limited to 'intern/opensubdiv/internal/topology/topology_refiner_capi.cc')
-rw-r--r--intern/opensubdiv/internal/topology/topology_refiner_capi.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/opensubdiv/internal/topology/topology_refiner_capi.cc b/intern/opensubdiv/internal/topology/topology_refiner_capi.cc
index fbca43065b4..167d618804f 100644
--- a/intern/opensubdiv/internal/topology/topology_refiner_capi.cc
+++ b/intern/opensubdiv/internal/topology/topology_refiner_capi.cc
@@ -20,8 +20,8 @@
#include "MEM_guardedalloc.h"
#include "internal/base/edge_map.h"
+#include "internal/base/type.h"
#include "internal/base/type_convert.h"
-#include "internal/opensubdiv_util.h"
#include "internal/topology/topology_refiner_impl.h"
#include "opensubdiv_converter_capi.h"