We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33dfa2b commit 98f1233Copy full SHA for 98f1233
1 file changed
src/GafferCycles/IECoreCyclesPreview/MeshAlgo.cpp
@@ -39,15 +39,10 @@
39
#include "IECoreScene/MeshPrimitive.h"
40
#include "IECoreScene/MeshAlgo.h"
41
42
-#include "IECore/Interpolator.h"
43
-#include "IECore/SimpleTypedData.h"
44
-
45
// Cycles
46
#include "kernel/types.h"
47
#include "scene/geometry.h"
48
#include "scene/mesh.h"
49
-#include "subd/dice.h"
50
-#include "util/param.h"
51
#include "util/types.h"
52
53
#include "fmt/format.h"
0 commit comments